Class OpGetMore

java.lang.Object
de.caluga.morphium.driver.wireprotocol.WireProtocolMessage
de.caluga.morphium.driver.wireprotocol.OpGetMore

public class OpGetMore extends WireProtocolMessage
  • Constructor Details

    • OpGetMore

      public OpGetMore()
  • Method Details

    • 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:
      parsePayload in class WireProtocolMessage
      Throws:
      IOException
    • getPayload

      public byte[] getPayload() throws IOException
      Specified by:
      getPayload in class WireProtocolMessage
      Throws:
      IOException
    • getOpCode

      public int getOpCode()
      Specified by:
      getOpCode in class WireProtocolMessage