Uses of Class
org.apache.iotdb.common.rpc.thrift.TConsensusGroupId
-
-
Uses of TConsensusGroupId in org.apache.iotdb.common.rpc.thrift
Fields in org.apache.iotdb.common.rpc.thrift declared as TConsensusGroupId Modifier and Type Field Description TConsensusGroupIdTRegionReplicaSet. regionIdMethods in org.apache.iotdb.common.rpc.thrift that return TConsensusGroupId Modifier and Type Method Description TConsensusGroupIdTConsensusGroupId. deepCopy()TConsensusGroupIdTRegionReplicaSet. getRegionId()TConsensusGroupIdTConsensusGroupId. setId(int id)TConsensusGroupIdTConsensusGroupId. setType(TConsensusGroupType type)Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TConsensusGroupId Modifier and Type Method Description intTConsensusGroupId. compareTo(TConsensusGroupId other)booleanTConsensusGroupId. equals(TConsensusGroupId that)TRegionReplicaSetTRegionReplicaSet. setRegionId(TConsensusGroupId regionId)Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TConsensusGroupId Constructor Description TConsensusGroupId(TConsensusGroupId other)Performs a deep copy on other.TRegionReplicaSet(TConsensusGroupId regionId, List<TDataNodeLocation> dataNodeLocations)
-