Package | Description |
---|---|
com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
Modifier and Type | Field and Description |
---|---|
private GetMoreMessage |
GetMoreProtocol.GetMoreResultCallback.message |
Modifier and Type | Method and Description |
---|---|
private void |
GetMoreProtocol.sendMessage(GetMoreMessage message,
InternalConnection connection) |
Constructor and Description |
---|
GetMoreResultCallback(SingleResultCallback<QueryResult<T>> callback,
long cursorId,
GetMoreMessage message,
ConnectionDescription connectionDescription,
CommandListener commandListener,
long startTimeNanos) |