Uses of Class
org.apache.iotdb.confignode.rpc.thrift.TShowThrottleReq
-
-
Uses of TShowThrottleReq in org.apache.iotdb.confignode.rpc.thrift
Fields in org.apache.iotdb.confignode.rpc.thrift declared as TShowThrottleReq Modifier and Type Field Description TShowThrottleReqIConfigNodeRPCService.showThrottleQuota_args. reqMethods in org.apache.iotdb.confignode.rpc.thrift that return TShowThrottleReq Modifier and Type Method Description TShowThrottleReqTShowThrottleReq. deepCopy()TShowThrottleReqIConfigNodeRPCService.showThrottleQuota_args. getReq()TShowThrottleReqTShowThrottleReq. setUserName(String userName)Methods in org.apache.iotdb.confignode.rpc.thrift with parameters of type TShowThrottleReq Modifier and Type Method Description intTShowThrottleReq. compareTo(TShowThrottleReq other)booleanTShowThrottleReq. equals(TShowThrottleReq that)voidIConfigNodeRPCService.Client. send_showThrottleQuota(TShowThrottleReq req)IConfigNodeRPCService.showThrottleQuota_argsIConfigNodeRPCService.showThrottleQuota_args. setReq(TShowThrottleReq req)voidIConfigNodeRPCService.AsyncClient. showThrottleQuota(TShowThrottleReq req, org.apache.thrift.async.AsyncMethodCallback<TThrottleQuotaResp> resultHandler)voidIConfigNodeRPCService.AsyncIface. showThrottleQuota(TShowThrottleReq req, org.apache.thrift.async.AsyncMethodCallback<TThrottleQuotaResp> resultHandler)TThrottleQuotaRespIConfigNodeRPCService.Client. showThrottleQuota(TShowThrottleReq req)TThrottleQuotaRespIConfigNodeRPCService.Iface. showThrottleQuota(TShowThrottleReq req)Show throttle quotaConstructors in org.apache.iotdb.confignode.rpc.thrift with parameters of type TShowThrottleReq Constructor Description showThrottleQuota_args(TShowThrottleReq req)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)TShowThrottleReq(TShowThrottleReq other)Performs a deep copy on other.
-