Klasse OpGetMore

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

public class OpGetMore extends WireProtocolMessage
  • Konstruktordetails

    • OpGetMore

      public OpGetMore()
  • Methodendetails

    • 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
      Angegeben von:
      parsePayload in Klasse WireProtocolMessage
      Löst aus:
      IOException
    • getPayload

      public byte[] getPayload() throws IOException
      Angegeben von:
      getPayload in Klasse WireProtocolMessage
      Löst aus:
      IOException
    • getOpCode

      public int getOpCode()
      Angegeben von:
      getOpCode in Klasse WireProtocolMessage