Uses of Class
org.apache.iotdb.common.rpc.thrift.TConsensusGroupType
-
-
Uses of TConsensusGroupType in org.apache.iotdb.common.rpc.thrift
Fields in org.apache.iotdb.common.rpc.thrift declared as TConsensusGroupType Modifier and Type Field Description TConsensusGroupTypeTConsensusGroupId. typeMethods in org.apache.iotdb.common.rpc.thrift that return TConsensusGroupType Modifier and Type Method Description static TConsensusGroupTypeTConsensusGroupType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.TConsensusGroupTypeTConsensusGroupId. getType()static TConsensusGroupTypeTConsensusGroupType. valueOf(String name)Returns the enum constant of this type with the specified name.static TConsensusGroupType[]TConsensusGroupType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TConsensusGroupType Modifier and Type Method Description TConsensusGroupIdTConsensusGroupId. setType(TConsensusGroupType type)Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TConsensusGroupType Constructor Description TConsensusGroupId(TConsensusGroupType type, int id)
-