Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TShowConfigNodesResp
-
-
Uses of TShowConfigNodesResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TShowConfigNodesResp Modifier and Type Field Description TShowConfigNodesRespIConfigNodeRPCService.showConfigNodes_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TShowConfigNodesResp Modifier and Type Method Description TShowConfigNodesRespTShowConfigNodesResp. deepCopy()TShowConfigNodesRespIConfigNodeRPCService.AsyncClient.showConfigNodes_call. getResult()TShowConfigNodesRespIConfigNodeRPCService.showConfigNodes_result. getSuccess()TShowConfigNodesRespIConfigNodeRPCService.Client. recv_showConfigNodes()TShowConfigNodesRespTShowConfigNodesResp. setConfigNodesInfoList(List<TConfigNodeInfo> configNodesInfoList)TShowConfigNodesRespTShowConfigNodesResp. setStatus(TSStatus status)TShowConfigNodesRespIConfigNodeRPCService.Client. showConfigNodes()TShowConfigNodesRespIConfigNodeRPCService.Iface. showConfigNodes()Show cluster ConfigNodes' informationMethods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TShowConfigNodesResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TShowConfigNodesResp>IConfigNodeRPCService.AsyncProcessor.showConfigNodes. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TShowConfigNodesResp Modifier and Type Method Description intTShowConfigNodesResp. compareTo(TShowConfigNodesResp other)booleanTShowConfigNodesResp. equals(TShowConfigNodesResp that)IConfigNodeRPCService.showConfigNodes_resultIConfigNodeRPCService.showConfigNodes_result. setSuccess(TShowConfigNodesResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TShowConfigNodesResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. showConfigNodes(org.apache.thrift.async.AsyncMethodCallback<TShowConfigNodesResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. showConfigNodes(org.apache.thrift.async.AsyncMethodCallback<TShowConfigNodesResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.showConfigNodes. start(I iface, IConfigNodeRPCService.showConfigNodes_args args, org.apache.thrift.async.AsyncMethodCallback<TShowConfigNodesResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TShowConfigNodesResp Constructor Description showConfigNodes_result(TShowConfigNodesResp success)TShowConfigNodesResp(TShowConfigNodesResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TShowConfigNodesResp Constructor Description showConfigNodes_call(org.apache.thrift.async.AsyncMethodCallback<TShowConfigNodesResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-