Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TShowDataNodesResp
-
-
Uses of TShowDataNodesResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TShowDataNodesResp Modifier and Type Field Description TShowDataNodesRespIConfigNodeRPCService.showDataNodes_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TShowDataNodesResp Modifier and Type Method Description TShowDataNodesRespTShowDataNodesResp. deepCopy()TShowDataNodesRespIConfigNodeRPCService.AsyncClient.showDataNodes_call. getResult()TShowDataNodesRespIConfigNodeRPCService.showDataNodes_result. getSuccess()TShowDataNodesRespIConfigNodeRPCService.Client. recv_showDataNodes()TShowDataNodesRespTShowDataNodesResp. setDataNodesInfoList(List<TDataNodeInfo> dataNodesInfoList)TShowDataNodesRespTShowDataNodesResp. setStatus(TSStatus status)TShowDataNodesRespIConfigNodeRPCService.Client. showDataNodes()TShowDataNodesRespIConfigNodeRPCService.Iface. showDataNodes()Show cluster DataNodes' informationMethods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TShowDataNodesResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TShowDataNodesResp>IConfigNodeRPCService.AsyncProcessor.showDataNodes. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TShowDataNodesResp Modifier and Type Method Description intTShowDataNodesResp. compareTo(TShowDataNodesResp other)booleanTShowDataNodesResp. equals(TShowDataNodesResp that)IConfigNodeRPCService.showDataNodes_resultIConfigNodeRPCService.showDataNodes_result. setSuccess(TShowDataNodesResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TShowDataNodesResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. showDataNodes(org.apache.thrift.async.AsyncMethodCallback<TShowDataNodesResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. showDataNodes(org.apache.thrift.async.AsyncMethodCallback<TShowDataNodesResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.showDataNodes. start(I iface, IConfigNodeRPCService.showDataNodes_args args, org.apache.thrift.async.AsyncMethodCallback<TShowDataNodesResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TShowDataNodesResp Constructor Description showDataNodes_result(TShowDataNodesResp success)TShowDataNodesResp(TShowDataNodesResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TShowDataNodesResp Constructor Description showDataNodes_call(org.apache.thrift.async.AsyncMethodCallback<TShowDataNodesResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-