Uses of Class
org.apache.iotdb.common.rpc.thrift.TEndPoint
-
-
Uses of TEndPoint in org.apache.iotdb.common.rpc.thrift
Fields in org.apache.iotdb.common.rpc.thrift declared as TEndPoint Modifier and Type Field Description TEndPointTDataNodeLocation. clientRpcEndPointTEndPointTConfigNodeLocation. consensusEndPointTEndPointTDataNodeLocation. dataRegionConsensusEndPointTEndPointTConfigNodeLocation. internalEndPointTEndPointTDataNodeLocation. internalEndPointTEndPointTDataNodeLocation. mPPDataExchangeEndPointTEndPointTSStatus. redirectNodeTEndPointTDataNodeLocation. schemaRegionConsensusEndPointMethods in org.apache.iotdb.common.rpc.thrift that return TEndPoint Modifier and Type Method Description TEndPointTEndPoint. deepCopy()TEndPointTDataNodeLocation. getClientRpcEndPoint()TEndPointTConfigNodeLocation. getConsensusEndPoint()TEndPointTDataNodeLocation. getDataRegionConsensusEndPoint()TEndPointTConfigNodeLocation. getInternalEndPoint()TEndPointTDataNodeLocation. getInternalEndPoint()TEndPointTDataNodeLocation. getMPPDataExchangeEndPoint()TEndPointTSStatus. getRedirectNode()TEndPointTDataNodeLocation. getSchemaRegionConsensusEndPoint()TEndPointTEndPoint. setIp(String ip)TEndPointTEndPoint. setPort(int port)Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TEndPoint Modifier and Type Method Description intTEndPoint. compareTo(TEndPoint other)booleanTEndPoint. equals(TEndPoint that)TDataNodeLocationTDataNodeLocation. setClientRpcEndPoint(TEndPoint clientRpcEndPoint)TConfigNodeLocationTConfigNodeLocation. setConsensusEndPoint(TEndPoint consensusEndPoint)TDataNodeLocationTDataNodeLocation. setDataRegionConsensusEndPoint(TEndPoint dataRegionConsensusEndPoint)TConfigNodeLocationTConfigNodeLocation. setInternalEndPoint(TEndPoint internalEndPoint)TDataNodeLocationTDataNodeLocation. setInternalEndPoint(TEndPoint internalEndPoint)TDataNodeLocationTDataNodeLocation. setMPPDataExchangeEndPoint(TEndPoint mPPDataExchangeEndPoint)TSStatusTSStatus. setRedirectNode(TEndPoint redirectNode)TDataNodeLocationTDataNodeLocation. setSchemaRegionConsensusEndPoint(TEndPoint schemaRegionConsensusEndPoint)Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TEndPoint Constructor Description TConfigNodeLocation(int configNodeId, TEndPoint internalEndPoint, TEndPoint consensusEndPoint)TDataNodeLocation(int dataNodeId, TEndPoint clientRpcEndPoint, TEndPoint internalEndPoint, TEndPoint mPPDataExchangeEndPoint, TEndPoint dataRegionConsensusEndPoint, TEndPoint schemaRegionConsensusEndPoint)TEndPoint(TEndPoint other)Performs a deep copy on other.
-