Class CreateSessionRequest

    • Constructor Detail

      • CreateSessionRequest

        public CreateSessionRequest()
      • CreateSessionRequest

        public CreateSessionRequest​(int dispatchId)
      • CreateSessionRequest

        public CreateSessionRequest​(RequestRetryValidator validator,
                                    int dispatchId)
      • CreateSessionRequest

        public CreateSessionRequest​(int dispatchId,
                                    boolean transacted,
                                    int acknowledgeMode,
                                    int type,
                                    int recoveryEpoche)
      • CreateSessionRequest

        public CreateSessionRequest​(RequestRetryValidator validator,
                                    int dispatchId,
                                    boolean transacted,
                                    int acknowledgeMode,
                                    int type,
                                    int recoveryEpoche)
    • Method Detail

      • isTransacted

        public boolean isTransacted()
      • setTransacted

        public void setTransacted​(boolean transacted)
      • getAcknowledgeMode

        public int getAcknowledgeMode()
      • setAcknowledgeMode

        public void setAcknowledgeMode​(int acknowledgeMode)
      • getType

        public int getType()
      • setType

        public void setType​(int type)
      • getRecoveryEpoche

        public int getRecoveryEpoche()
      • setRecoveryEpoche

        public void setRecoveryEpoche​(int recoveryEpoche)
      • getDumpId

        public int getDumpId()
        Description copied from interface: Dumpable
        Returns a unique dump id for this object.
        Specified by:
        getDumpId in interface Dumpable
        Overrides:
        getDumpId in class Request
        Returns:
        unique dump id
      • writeContent

        public void writeContent​(java.io.DataOutput out)
                          throws java.io.IOException
        Description copied from interface: Dumpable
        Write the content of this object to the stream.
        Specified by:
        writeContent in interface Dumpable
        Overrides:
        writeContent in class Request
        Parameters:
        out - output stream
        Throws:
        java.io.IOException - if an error occurs
      • readContent

        public void readContent​(java.io.DataInput in)
                         throws java.io.IOException
        Description copied from interface: Dumpable
        Read the content of this object from the stream.
        Specified by:
        readContent in interface Dumpable
        Overrides:
        readContent in class Request
        Parameters:
        in - input stream
        Throws:
        java.io.IOException - if an error occurs
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Request