GET_MORE packet

A GET_MORE packet is sent by a client to retrieve more documents after a query. See the MongoDB documentation for more details.


Methods

String getFullCollectionName()
Gets the full name of the collection being queried.

void setFullCollectionName(String name)
Sets the full name of the collection being queried.

int getNumberToReturn()
Gets the maximum number of documents to return.

void setNumberToReturn(int n)
Sets the maximum number of documents to return.

long getCursorID()
Gets the cursor ID (which is returned in a REPLY packet).

void setCursorID(long id)
Sets the cursor ID.