Package | Description |
---|---|
com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
org.bson |
Contains the base BSON classes.
|
Modifier and Type | Method and Description |
---|---|
private void |
BaseWriteCommandMessage.writeCommandPrologue(BsonBinaryWriter writer) |
protected UpdateCommandMessage |
UpdateCommandMessage.writeTheWrites(BsonOutput bsonOutput,
int commandStartPosition,
BsonBinaryWriter writer) |
protected InsertCommandMessage |
InsertCommandMessage.writeTheWrites(BsonOutput bsonOutput,
int commandStartPosition,
BsonBinaryWriter writer) |
protected BaseWriteCommandMessage |
DeleteCommandMessage.writeTheWrites(BsonOutput bsonOutput,
int commandStartPosition,
BsonBinaryWriter writer) |
protected abstract BaseWriteCommandMessage |
BaseWriteCommandMessage.writeTheWrites(BsonOutput bsonOutput,
int commandStartPosition,
BsonBinaryWriter writer)
Write the list of writes to the output after the write command prologue has been written.
|
Modifier and Type | Field and Description |
---|---|
private BsonBinaryWriter |
BasicBSONEncoder.bsonWriter |
Modifier and Type | Method and Description |
---|---|
protected BsonBinaryWriter |
BasicBSONEncoder.getBsonWriter()
Gets the writer responsible for writing the encoded BSON.
|