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 TDataNodeLocationFields in org.apache.iotdb.common.rpc.thrift with type parameters of type TDataNodeLocationModifier and TypeFieldDescriptionTNodeLocations.dataNodeLocationsTRegionReplicaSet.dataNodeLocationsMethods in org.apache.iotdb.common.rpc.thrift that return TDataNodeLocationModifier and TypeMethodDescriptionTDataNodeLocation.deepCopy()TSender.getDataNodeLocation()TDataNodeConfiguration.getLocation()TDataNodeLocation.setClientRpcEndPoint(TEndPoint clientRpcEndPoint) TDataNodeLocation.setDataNodeId(int dataNodeId) TDataNodeLocation.setDataRegionConsensusEndPoint(TEndPoint dataRegionConsensusEndPoint) TDataNodeLocation.setInternalEndPoint(TEndPoint internalEndPoint) TDataNodeLocation.setMPPDataExchangeEndPoint(TEndPoint mPPDataExchangeEndPoint) TDataNodeLocation.setSchemaRegionConsensusEndPoint(TEndPoint schemaRegionConsensusEndPoint) Methods in org.apache.iotdb.common.rpc.thrift that return types with arguments of type TDataNodeLocationModifier and TypeMethodDescriptionTNodeLocations.getDataNodeLocations()TRegionReplicaSet.getDataNodeLocations()TNodeLocations.getDataNodeLocationsIterator()TRegionReplicaSet.getDataNodeLocationsIterator()Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TDataNodeLocationModifier and TypeMethodDescriptionvoidTNodeLocations.addToDataNodeLocations(TDataNodeLocation elem) voidTRegionReplicaSet.addToDataNodeLocations(TDataNodeLocation elem) intTDataNodeLocation.compareTo(TDataNodeLocation other) booleanTDataNodeLocation.equals(TDataNodeLocation that) TSender.setDataNodeLocation(TDataNodeLocation dataNodeLocation) TDataNodeConfiguration.setLocation(TDataNodeLocation location) Method parameters in org.apache.iotdb.common.rpc.thrift with type arguments of type TDataNodeLocationModifier and TypeMethodDescriptionTNodeLocations.setDataNodeLocations(List<TDataNodeLocation> dataNodeLocations) TRegionReplicaSet.setDataNodeLocations(List<TDataNodeLocation> dataNodeLocations) Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TDataNodeLocationModifierConstructorDescriptionTDataNodeConfiguration(TDataNodeLocation location, TNodeResource resource) Performs a deep copy on other.Constructor parameters in org.apache.iotdb.common.rpc.thrift with type arguments of type TDataNodeLocationModifierConstructorDescriptionTRegionReplicaSet(TConsensusGroupId regionId, List<TDataNodeLocation> dataNodeLocations)