Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TThrottleQuotaResp
-
-
Uses of TThrottleQuotaResp in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TThrottleQuotaResp Modifier and Type Field Description TThrottleQuotaRespIConfigNodeRPCService.getThrottleQuota_result. successTThrottleQuotaRespIConfigNodeRPCService.showThrottleQuota_result. successMethods in org.apache.iotdb.confignode.rpc.thrift that return TThrottleQuotaResp Modifier and Type Method Description TThrottleQuotaRespTThrottleQuotaResp. deepCopy()TThrottleQuotaRespIConfigNodeRPCService.AsyncClient.getThrottleQuota_call. getResult()TThrottleQuotaRespIConfigNodeRPCService.AsyncClient.showThrottleQuota_call. getResult()TThrottleQuotaRespIConfigNodeRPCService.getThrottleQuota_result. getSuccess()TThrottleQuotaRespIConfigNodeRPCService.showThrottleQuota_result. getSuccess()TThrottleQuotaRespIConfigNodeRPCService.Client. getThrottleQuota()TThrottleQuotaRespIConfigNodeRPCService.Iface. getThrottleQuota()Get throttle quota informationTThrottleQuotaRespIConfigNodeRPCService.Client. recv_getThrottleQuota()TThrottleQuotaRespIConfigNodeRPCService.Client. recv_showThrottleQuota()TThrottleQuotaRespTThrottleQuotaResp. setStatus(TSStatus status)TThrottleQuotaRespTThrottleQuotaResp. setThrottleQuota(Map<String,TThrottleQuota> throttleQuota)TThrottleQuotaRespIConfigNodeRPCService.Client. showThrottleQuota(TShowThrottleReq req)TThrottleQuotaRespIConfigNodeRPCService.Iface. showThrottleQuota(TShowThrottleReq req)Show throttle quotaMethods in org.apache.iotdb.confignode.rpc.thrift that return types with arguments of type TThrottleQuotaResp Modifier and Type Method Description org.apache.thrift.async.AsyncMethodCallback<TThrottleQuotaResp>IConfigNodeRPCService.AsyncProcessor.getThrottleQuota. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)org.apache.thrift.async.AsyncMethodCallback<TThrottleQuotaResp>IConfigNodeRPCService.AsyncProcessor.showThrottleQuota. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TThrottleQuotaResp Modifier and Type Method Description intTThrottleQuotaResp. compareTo(TThrottleQuotaResp other)booleanTThrottleQuotaResp. equals(TThrottleQuotaResp that)IConfigNodeRPCService.getThrottleQuota_resultIConfigNodeRPCService.getThrottleQuota_result. setSuccess(TThrottleQuotaResp success)IConfigNodeRPCService.showThrottleQuota_resultIConfigNodeRPCService.showThrottleQuota_result. setSuccess(TThrottleQuotaResp success)Method parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TThrottleQuotaResp Modifier and Type Method Description voidIConfigNodeRPCService.AsyncClient. getThrottleQuota(org.apache.thrift.async.AsyncMethodCallback<TThrottleQuotaResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. getThrottleQuota(org.apache.thrift.async.AsyncMethodCallback<TThrottleQuotaResp> resultHandler)voidIConfigNodeRPCService.AsyncClient. showThrottleQuota(TShowThrottleReq req, org.apache.thrift.async.AsyncMethodCallback<TThrottleQuotaResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. showThrottleQuota(TShowThrottleReq req, org.apache.thrift.async.AsyncMethodCallback<TThrottleQuotaResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.getThrottleQuota. start(I iface, IConfigNodeRPCService.getThrottleQuota_args args, org.apache.thrift.async.AsyncMethodCallback<TThrottleQuotaResp> resultHandler)voidIConfigNodeRPCService.AsyncProcessor.showThrottleQuota. start(I iface, IConfigNodeRPCService.showThrottleQuota_args args, org.apache.thrift.async.AsyncMethodCallback<TThrottleQuotaResp> resultHandler)Constructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TThrottleQuotaResp Constructor Description getThrottleQuota_result(TThrottleQuotaResp success)showThrottleQuota_result(TThrottleQuotaResp success)TThrottleQuotaResp(TThrottleQuotaResp other)Performs a deep copy on other.Constructor parameters in org.apache.iotdb.confignode.rpc.thrift with type arguments of type TThrottleQuotaResp Constructor Description getThrottleQuota_call(org.apache.thrift.async.AsyncMethodCallback<TThrottleQuotaResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)showThrottleQuota_call(TShowThrottleReq req, org.apache.thrift.async.AsyncMethodCallback<TThrottleQuotaResp> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-