Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TShowClusterResp
-
-
Uses of TShowClusterResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TShowClusterResp Modifier and Type Field Description TShowClusterRespIConfigNodeRPCService.showCluster_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TShowClusterResp Modifier and Type Method Description TShowClusterRespTShowClusterResp. deepCopy()TShowClusterRespIConfigNodeRPCService.AsyncClient.showCluster_call. getResult()TShowClusterRespIConfigNodeRPCService.showCluster_result. getSuccess()TShowClusterRespIConfigNodeRPCService.Client. recv_showCluster()TShowClusterRespTShowClusterResp. setConfigNodeList(List<TConfigNodeLocation> configNodeList)TShowClusterRespTShowClusterResp. setDataNodeList(List<TDataNodeLocation> dataNodeList)TShowClusterRespTShowClusterResp. setNodeStatus(Map<Integer,String> nodeStatus)TShowClusterRespTShowClusterResp. setNodeVersionInfo(Map<Integer,TNodeVersionInfo> nodeVersionInfo)TShowClusterRespTShowClusterResp. setStatus(TSStatus status)TShowClusterRespIConfigNodeRPCService.Client. showCluster()TShowClusterRespIConfigNodeRPCService.Iface. showCluster()Show cluster ConfigNodes' and DataNodes' informationMethods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TShowClusterResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TShowClusterResp>IConfigNodeRPCService.AsyncProcessor.showCluster. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TShowClusterResp Modifier and Type Method Description intTShowClusterResp. compareTo(TShowClusterResp other)booleanTShowClusterResp. equals(TShowClusterResp that)IConfigNodeRPCService.showCluster_resultIConfigNodeRPCService.showCluster_result. setSuccess(TShowClusterResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TShowClusterResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. showCluster(org.apache.thrift.async.AsyncMethodCallback<TShowClusterResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. showCluster(org.apache.thrift.async.AsyncMethodCallback<TShowClusterResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.showCluster. start(I iface, IConfigNodeRPCService.showCluster_args args, org.apache.thrift.async.AsyncMethodCallback<TShowClusterResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TShowClusterResp Constructor Description showCluster_result(TShowClusterResp success)TShowClusterResp(TShowClusterResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TShowClusterResp Constructor Description showCluster_call(org.apache.thrift.async.AsyncMethodCallback<TShowClusterResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-