Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TShowCQResp
-
-
Uses of TShowCQResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TShowCQResp Modifier and Type Field Description TShowCQRespIConfigNodeRPCService.showCQ_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TShowCQResp Modifier and Type Method Description TShowCQRespTShowCQResp. deepCopy()TShowCQRespIConfigNodeRPCService.AsyncClient.showCQ_call. getResult()TShowCQRespIConfigNodeRPCService.showCQ_result. getSuccess()TShowCQRespIConfigNodeRPCService.Client. recv_showCQ()TShowCQRespTShowCQResp. setCqList(List<TCQEntry> cqList)TShowCQRespTShowCQResp. setStatus(TSStatus status)TShowCQRespIConfigNodeRPCService.Client. showCQ()TShowCQRespIConfigNodeRPCService.Iface. showCQ()Return the cq table of config leaderMethods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TShowCQResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TShowCQResp>IConfigNodeRPCService.AsyncProcessor.showCQ. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TShowCQResp Modifier and Type Method Description intTShowCQResp. compareTo(TShowCQResp other)booleanTShowCQResp. equals(TShowCQResp that)IConfigNodeRPCService.showCQ_resultIConfigNodeRPCService.showCQ_result. setSuccess(TShowCQResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TShowCQResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. showCQ(org.apache.thrift.async.AsyncMethodCallback<TShowCQResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. showCQ(org.apache.thrift.async.AsyncMethodCallback<TShowCQResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.showCQ. start(I iface, IConfigNodeRPCService.showCQ_args args, org.apache.thrift.async.AsyncMethodCallback<TShowCQResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TShowCQResp Constructor Description showCQ_result(TShowCQResp success)TShowCQResp(TShowCQResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TShowCQResp Constructor Description showCQ_call(org.apache.thrift.async.AsyncMethodCallback<TShowCQResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-