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 TConsensusGroupIdMethods in org.apache.iotdb.common.rpc.thrift that return TConsensusGroupIdModifier and TypeMethodDescriptionTConsensusGroupId.deepCopy()TRegionReplicaSet.getRegionId()TConsensusGroupId.setId(int id) TConsensusGroupId.setType(TConsensusGroupType type) Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TConsensusGroupIdModifier and TypeMethodDescriptionintTConsensusGroupId.compareTo(TConsensusGroupId other) booleanTConsensusGroupId.equals(TConsensusGroupId that) TRegionReplicaSet.setRegionId(TConsensusGroupId regionId) Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TConsensusGroupIdModifierConstructorDescriptionPerforms a deep copy on other.TRegionReplicaSet(TConsensusGroupId regionId, List<TDataNodeLocation> dataNodeLocations)