Uses of Class
org.apache.iotdb.common.rpc.thrift.TNodeLocations
-
Uses of TNodeLocations in org.apache.iotdb.common.rpc.thrift
Methods in org.apache.iotdb.common.rpc.thrift that return TNodeLocationsModifier and TypeMethodDescriptionTNodeLocations.deepCopy()TNodeLocations.setConfigNodeLocations(List<TConfigNodeLocation> configNodeLocations) TNodeLocations.setDataNodeLocations(List<TDataNodeLocation> dataNodeLocations) Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TNodeLocationsModifier and TypeMethodDescriptionintTNodeLocations.compareTo(TNodeLocations other) booleanTNodeLocations.equals(TNodeLocations that) Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TNodeLocationsModifierConstructorDescriptionTNodeLocations(TNodeLocations other) Performs a deep copy on other.