Uses of Class
org.apache.iotdb.common.rpc.thrift.TDataNodeLocation
-
-
Uses of TDataNodeLocation in org.apache.iotdb.common.rpc.thrift
Fields in org.apache.iotdb.common.rpc.thrift declared as TDataNodeLocation Modifier and Type Field Description TDataNodeLocationTDataNodeConfiguration. locationFields in org.apache.iotdb.common.rpc.thrift with type parameters of type TDataNodeLocation Modifier and Type Field Description List<TDataNodeLocation>TRegionReplicaSet. dataNodeLocationsMethods in org.apache.iotdb.common.rpc.thrift that return TDataNodeLocation Modifier and Type Method Description TDataNodeLocationTDataNodeLocation. deepCopy()TDataNodeLocationTDataNodeConfiguration. getLocation()TDataNodeLocationTDataNodeLocation. setClientRpcEndPoint(TEndPoint clientRpcEndPoint)TDataNodeLocationTDataNodeLocation. setDataNodeId(int dataNodeId)TDataNodeLocationTDataNodeLocation. setDataRegionConsensusEndPoint(TEndPoint dataRegionConsensusEndPoint)TDataNodeLocationTDataNodeLocation. setInternalEndPoint(TEndPoint internalEndPoint)TDataNodeLocationTDataNodeLocation. setMPPDataExchangeEndPoint(TEndPoint mPPDataExchangeEndPoint)TDataNodeLocationTDataNodeLocation. setSchemaRegionConsensusEndPoint(TEndPoint schemaRegionConsensusEndPoint)Methods in org.apache.iotdb.common.rpc.thrift that return types with arguments of type TDataNodeLocation Modifier and Type Method Description List<TDataNodeLocation>TRegionReplicaSet. getDataNodeLocations()Iterator<TDataNodeLocation>TRegionReplicaSet. getDataNodeLocationsIterator()Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TDataNodeLocation Modifier and Type Method Description voidTRegionReplicaSet. addToDataNodeLocations(TDataNodeLocation elem)intTDataNodeLocation. compareTo(TDataNodeLocation other)booleanTDataNodeLocation. equals(TDataNodeLocation that)TDataNodeConfigurationTDataNodeConfiguration. setLocation(TDataNodeLocation location)Method parameters in org.apache.iotdb.common.rpc.thrift with type arguments of type TDataNodeLocation Modifier and Type Method Description TRegionReplicaSetTRegionReplicaSet. setDataNodeLocations(List<TDataNodeLocation> dataNodeLocations)Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TDataNodeLocation Constructor Description TDataNodeConfiguration(TDataNodeLocation location, TNodeResource resource)TDataNodeLocation(TDataNodeLocation other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.common.rpc.thrift with type arguments of type TDataNodeLocation Constructor Description TRegionReplicaSet(TConsensusGroupId regionId, List<TDataNodeLocation> dataNodeLocations)
-