Uses of Class
org.apache.iotdb.common.rpc.thrift.TThrottleQuota
-
Uses of TThrottleQuota in org.apache.iotdb.common.rpc.thrift
Fields in org.apache.iotdb.common.rpc.thrift declared as TThrottleQuotaMethods in org.apache.iotdb.common.rpc.thrift that return TThrottleQuotaModifier and TypeMethodDescriptionTThrottleQuota.deepCopy()TSetThrottleQuotaReq.getThrottleQuota()TThrottleQuota.setCpuLimit(int cpuLimit) TThrottleQuota.setMemLimit(long memLimit) TThrottleQuota.setThrottleLimit(Map<ThrottleType, TTimedQuota> throttleLimit) Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TThrottleQuotaModifier and TypeMethodDescriptionintTThrottleQuota.compareTo(TThrottleQuota other) booleanTThrottleQuota.equals(TThrottleQuota that) TSetThrottleQuotaReq.setThrottleQuota(TThrottleQuota throttleQuota) Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TThrottleQuotaModifierConstructorDescriptionTSetThrottleQuotaReq(String userName, TThrottleQuota throttleQuota) TThrottleQuota(TThrottleQuota other) Performs a deep copy on other.