Class ConsensusGroupId

    • Field Detail

      • id

        protected int id
    • Constructor Detail

      • ConsensusGroupId

        public ConsensusGroupId()
    • Method Detail

      • getId

        public int getId()
      • getType

        public abstract org.apache.iotdb.common.rpc.thrift.TConsensusGroupType getType()
      • convertToTConsensusGroupId

        public org.apache.iotdb.common.rpc.thrift.TConsensusGroupId convertToTConsensusGroupId()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • formatTConsensusGroupId

        public static java.lang.String formatTConsensusGroupId​(org.apache.iotdb.common.rpc.thrift.TConsensusGroupId groupId)