private static final class InternalStreamConnection.LazyCommandDocument
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private ByteBufferBsonOutput |
bsonOutput |
private BsonDocument |
commandDocument |
private CommandMessage |
commandMessage |
private java.lang.String |
commandName |
Modifier | Constructor and Description |
---|---|
private |
LazyCommandDocument(CommandMessage commandMessage,
ByteBufferBsonOutput bsonOutput) |
Modifier and Type | Method and Description |
---|---|
private BsonDocument |
getDocument() |
java.lang.String |
getName() |
private final CommandMessage commandMessage
private final ByteBufferBsonOutput bsonOutput
private BsonDocument commandDocument
private java.lang.String commandName
private LazyCommandDocument(CommandMessage commandMessage, ByteBufferBsonOutput bsonOutput)
public java.lang.String getName()
private BsonDocument getDocument()