Class OpKillCursors
- java.lang.Object
-
- de.caluga.morphium.driver.wireprotocol.WireProtocolMessage
-
- de.caluga.morphium.driver.wireprotocol.OpKillCursors
-
public class OpKillCursors extends WireProtocolMessage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.caluga.morphium.driver.wireprotocol.WireProtocolMessage
WireProtocolMessage.OpCode
-
-
Constructor Summary
Constructors Constructor Description OpKillCursors()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCursorId(Long id)List<Long>getCursorIds()intgetOpCode()byte[]getPayload()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
-
-
-
-
Method Detail
-
addCursorId
public void addCursorId(Long id)
-
parsePayload
public void parsePayload(byte[] bytes, int offset) throws IOException- Specified by:
parsePayloadin classWireProtocolMessage- Throws:
IOException
-
getPayload
public byte[] getPayload() throws IOException- Specified by:
getPayloadin classWireProtocolMessage- Throws:
IOException
-
getOpCode
public int getOpCode()
- Specified by:
getOpCodein classWireProtocolMessage
-
-