Uses of Class
org.apache.iotdb.common.rpc.thrift.TConfigNodeLocation
-
-
Uses of TConfigNodeLocation in org.apache.iotdb.common.rpc.thrift
Methods in org.apache.iotdb.common.rpc.thrift that return TConfigNodeLocation Modifier and Type Method Description TConfigNodeLocationTConfigNodeLocation. deepCopy()TConfigNodeLocationTConfigNodeLocation. setConfigNodeId(int configNodeId)TConfigNodeLocationTConfigNodeLocation. setConsensusEndPoint(TEndPoint consensusEndPoint)TConfigNodeLocationTConfigNodeLocation. setInternalEndPoint(TEndPoint internalEndPoint)Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TConfigNodeLocation Modifier and Type Method Description intTConfigNodeLocation. compareTo(TConfigNodeLocation other)booleanTConfigNodeLocation. equals(TConfigNodeLocation that)Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TConfigNodeLocation Constructor Description TConfigNodeLocation(TConfigNodeLocation other)Performs a deep copy on other.
-