Class InitMessage

    • Constructor Detail

      • InitMessage

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

        public InitMessage​(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()