Class OpGetMore
- java.lang.Object
-
- de.caluga.morphium.driver.wireprotocol.WireProtocolMessage
-
- de.caluga.morphium.driver.wireprotocol.OpGetMore
-
public class OpGetMore extends WireProtocolMessage
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.caluga.morphium.driver.wireprotocol.WireProtocolMessage
WireProtocolMessage.OpCode
-
-
Constructor Summary
Constructors Constructor Description OpGetMore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetCursorId()StringgetFullCollectionName()intgetNumberToReturn()intgetOpCode()byte[]getPayload()voidparsePayload(byte[] bytes, int offset)voidsetCursorId(long cursorId)voidsetFullCollectionName(String fullCollectionName)voidsetNumberToReturn(int numberToReturn)-
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
-
getNumberToReturn
public int getNumberToReturn()
-
setNumberToReturn
public void setNumberToReturn(int numberToReturn)
-
getCursorId
public long getCursorId()
-
setCursorId
public void setCursorId(long cursorId)
-
getFullCollectionName
public String getFullCollectionName()
-
setFullCollectionName
public void setFullCollectionName(String fullCollectionName)
-
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
-
-