Uses of Class
org.apache.iotdb.common.rpc.thrift.TRegionReplicaSet
-
-
Uses of TRegionReplicaSet in org.apache.iotdb.common.rpc.thrift
Methods in org.apache.iotdb.common.rpc.thrift that return TRegionReplicaSet Modifier and Type Method Description TRegionReplicaSetTRegionReplicaSet. deepCopy()TRegionReplicaSetTRegionReplicaSet. setDataNodeLocations(List<TDataNodeLocation> dataNodeLocations)TRegionReplicaSetTRegionReplicaSet. setRegionId(TConsensusGroupId regionId)Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TRegionReplicaSet Modifier and Type Method Description intTRegionReplicaSet. compareTo(TRegionReplicaSet other)booleanTRegionReplicaSet. equals(TRegionReplicaSet that)Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TRegionReplicaSet Constructor Description TRegionReplicaSet(TRegionReplicaSet other)Performs a deep copy on other.
-