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) |
encodeMessageBodyWithMetadata
addCollectibleDocument, addDocument, addDocument, backpatchMessageLength, encode, getCodec, getCollectionName, getCurrentGlobalId, getEncodingMetadata, getId, getNamespace, getOpCode, getSettings, writeMessagePrologue
protected RequestMessage.EncodingMetadata encodeMessageBodyWithMetadata(BsonOutput bsonOutput)
encodeMessageBodyWithMetadata
in class LegacyMessage
private void writeKillCursorsPrologue(int numCursors, BsonOutput bsonOutput)