Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TDataNodeInfo
-
-
Uses of TDataNodeInfo in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift with type parameters of type TDataNodeInfo Modifier and Type Field Description List<TDataNodeInfo>TShowDataNodesResp. dataNodesInfoListMethods in org.apache.iotdb.confignode.rpc.thrift that return TDataNodeInfo Modifier and Type Method Description TDataNodeInfoTDataNodeInfo. deepCopy()TDataNodeInfoTDataNodeInfo. setCpuCoreNum(int cpuCoreNum)TDataNodeInfoTDataNodeInfo. setDataNodeId(int dataNodeId)TDataNodeInfoTDataNodeInfo. setDataRegionNum(int dataRegionNum)TDataNodeInfoTDataNodeInfo. setRpcAddresss(String rpcAddresss)TDataNodeInfoTDataNodeInfo. setRpcPort(int rpcPort)TDataNodeInfoTDataNodeInfo. setSchemaRegionNum(int schemaRegionNum)TDataNodeInfoTDataNodeInfo. setStatus(String status)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TDataNodeInfo Modifier and Type Method Description List<TDataNodeInfo>TShowDataNodesResp. getDataNodesInfoList()Iterator<TDataNodeInfo>TShowDataNodesResp. getDataNodesInfoListIterator()Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TDataNodeInfo Modifier and Type Method Description voidTShowDataNodesResp. addToDataNodesInfoList(TDataNodeInfo elem)intTDataNodeInfo. compareTo(TDataNodeInfo other)booleanTDataNodeInfo. equals(TDataNodeInfo that)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TDataNodeInfo Modifier and Type Method Description TShowDataNodesRespTShowDataNodesResp. setDataNodesInfoList(List<TDataNodeInfo> dataNodesInfoList)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TDataNodeInfo Constructor Description TDataNodeInfo(TDataNodeInfo other)Performs a deep copy on other.
-