Uses of Class
org.apache.iotdb.common.rpc.thrift.TAINodeLocation
-
Uses of TAINodeLocation in org.apache.iotdb.common.rpc.thrift
Fields in org.apache.iotdb.common.rpc.thrift declared as TAINodeLocationMethods in org.apache.iotdb.common.rpc.thrift that return TAINodeLocationModifier and TypeMethodDescriptionTAINodeLocation.deepCopy()TAINodeConfiguration.getLocation()TAINodeLocation.setAiNodeId(int aiNodeId) TAINodeLocation.setInternalEndPoint(TEndPoint internalEndPoint) Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TAINodeLocationModifier and TypeMethodDescriptionintTAINodeLocation.compareTo(TAINodeLocation other) booleanTAINodeLocation.equals(TAINodeLocation that) TAINodeConfiguration.setLocation(TAINodeLocation location) Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TAINodeLocationModifierConstructorDescriptionTAINodeConfiguration(TAINodeLocation location, TNodeResource resource) TAINodeLocation(TAINodeLocation other) Performs a deep copy on other.