Class OpKillCursors
java.lang.Object
de.caluga.morphium.driver.wireprotocol.WireProtocolMessage
de.caluga.morphium.driver.wireprotocol.OpKillCursors
-
Nested Class Summary
Nested classes/interfaces inherited from class de.caluga.morphium.driver.wireprotocol.WireProtocolMessage
WireProtocolMessage.OpCode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCursorId(Long id) intbyte[]voidparsePayload(byte[] bytes, int offset) voidsetCursorIds(List<Long> cursorIds) Methods inherited from class de.caluga.morphium.driver.wireprotocol.WireProtocolMessage
bytes, getMessageId, getResponseTo, getSize, parseFromStream, readInt, readLong, readString, setMessageId, setResponseTo, setSize, strLen, writeInt, writeLong, writeString
-
Constructor Details
-
OpKillCursors
public OpKillCursors()
-
-
Method Details
-
getCursorIds
-
setCursorIds
-
addCursorId
-
parsePayload
- Specified by:
parsePayloadin classWireProtocolMessage- Throws:
IOException
-
getPayload
- Specified by:
getPayloadin classWireProtocolMessage- Throws:
IOException
-
getOpCode
public int getOpCode()- Specified by:
getOpCodein classWireProtocolMessage
-