Class InitMessageResponse

    • Constructor Detail

      • InitMessageResponse

        public InitMessageResponse​(int nodeId,
                                   long lastTransactionId,
                                   long currentTransactionId,
                                   long transactionCount,
                                   Schema schema,
                                   ClusterOperationMode clusterOperationMode,
                                   ClusterNodeRole currentType,
                                   ClusterNodeRole preferredType)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • InitMessageResponse

        public InitMessageResponse​(byte[] data)
                            throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getNodeId

        public int getNodeId()
      • getSchema

        public Schema getSchema()
      • getLastTransactionId

        public long getLastTransactionId()
      • getCurrentTransactionId

        public long getCurrentTransactionId()
      • getTransactionCount

        public long getTransactionCount()