class KillCursorsMessage extends LegacyMessage
RequestMessage.EncodingMetadata| Modifier and Type | Field and Description |
|---|---|
private java.util.List<java.lang.Long> |
cursors |
MESSAGE_PROLOGUE_LENGTH, REQUEST_ID| Constructor and Description |
|---|
KillCursorsMessage(java.util.List<java.lang.Long> cursors) |
| Modifier and Type | Method and Description |
|---|---|
protected RequestMessage.EncodingMetadata |
encodeMessageBodyWithMetadata(BsonOutput bsonOutput) |
private void |
writeKillCursorsPrologue(int numCursors,
BsonOutput bsonOutput) |
encodeMessageBodyWithMetadataaddCollectibleDocument, addDocument, addDocument, backpatchMessageLength, encode, getCodec, getCollectionName, getCurrentGlobalId, getEncodingMetadata, getId, getNamespace, getOpCode, getSettings, writeMessagePrologueprotected RequestMessage.EncodingMetadata encodeMessageBodyWithMetadata(BsonOutput bsonOutput)
encodeMessageBodyWithMetadata in class LegacyMessageprivate void writeKillCursorsPrologue(int numCursors,
BsonOutput bsonOutput)