Uses of Class
org.apache.iotdb.common.rpc.thrift.TConfigNodeLocation
-
Uses of TConfigNodeLocation in org.apache.iotdb.common.rpc.thrift
Fields in org.apache.iotdb.common.rpc.thrift declared as TConfigNodeLocationFields in org.apache.iotdb.common.rpc.thrift with type parameters of type TConfigNodeLocationMethods in org.apache.iotdb.common.rpc.thrift that return TConfigNodeLocationModifier and TypeMethodDescriptionTConfigNodeLocation.deepCopy()TSender.getConfigNodeLocation()TConfigNodeLocation.setConfigNodeId(int configNodeId) TConfigNodeLocation.setConsensusEndPoint(TEndPoint consensusEndPoint) TConfigNodeLocation.setInternalEndPoint(TEndPoint internalEndPoint) Methods in org.apache.iotdb.common.rpc.thrift that return types with arguments of type TConfigNodeLocationModifier and TypeMethodDescriptionTNodeLocations.getConfigNodeLocations()TNodeLocations.getConfigNodeLocationsIterator()Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TConfigNodeLocationModifier and TypeMethodDescriptionvoidTNodeLocations.addToConfigNodeLocations(TConfigNodeLocation elem) intTConfigNodeLocation.compareTo(TConfigNodeLocation other) booleanTConfigNodeLocation.equals(TConfigNodeLocation that) TSender.setConfigNodeLocation(TConfigNodeLocation configNodeLocation) Method parameters in org.apache.iotdb.common.rpc.thrift with type arguments of type TConfigNodeLocationModifier and TypeMethodDescriptionTNodeLocations.setConfigNodeLocations(List<TConfigNodeLocation> configNodeLocations) Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TConfigNodeLocationModifierConstructorDescriptionPerforms a deep copy on other.