Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TConfigNodeInfo
-
-
Uses of TConfigNodeInfo in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift with type parameters of type TConfigNodeInfo Modifier and Type Field Description List<TConfigNodeInfo>TShowConfigNodesResp. configNodesInfoListMethods in org.apache.iotdb.confignode.rpc.thrift that return TConfigNodeInfo Modifier and Type Method Description TConfigNodeInfoTConfigNodeInfo. deepCopy()TConfigNodeInfoTConfigNodeInfo. setConfigNodeId(int configNodeId)TConfigNodeInfoTConfigNodeInfo. setInternalAddress(String internalAddress)TConfigNodeInfoTConfigNodeInfo. setInternalPort(int internalPort)TConfigNodeInfoTConfigNodeInfo. setRoleType(String roleType)TConfigNodeInfoTConfigNodeInfo. setStatus(String status)Methods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TConfigNodeInfo Modifier and Type Method Description List<TConfigNodeInfo>TShowConfigNodesResp. getConfigNodesInfoList()Iterator<TConfigNodeInfo>TShowConfigNodesResp. getConfigNodesInfoListIterator()Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TConfigNodeInfo Modifier and Type Method Description voidTShowConfigNodesResp. addToConfigNodesInfoList(TConfigNodeInfo elem)intTConfigNodeInfo. compareTo(TConfigNodeInfo other)booleanTConfigNodeInfo. equals(TConfigNodeInfo that)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TConfigNodeInfo Modifier and Type Method Description TShowConfigNodesRespTShowConfigNodesResp. setConfigNodesInfoList(List<TConfigNodeInfo> configNodesInfoList)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TConfigNodeInfo Constructor Description TConfigNodeInfo(TConfigNodeInfo other)Performs a deep copy on other.
-