Uses of Class
org.apache.iotdb.common.rpc.thrift.TTimedQuota
-
-
Uses of TTimedQuota in org.apache.iotdb.common.rpc.thrift
Fields in org.apache.iotdb.common.rpc.thrift with type parameters of type TTimedQuota Modifier and Type Field Description Map<ThrottleType,TTimedQuota>TThrottleQuota. throttleLimitMethods in org.apache.iotdb.common.rpc.thrift that return TTimedQuota Modifier and Type Method Description TTimedQuotaTTimedQuota. deepCopy()TTimedQuotaTTimedQuota. setSoftLimit(long softLimit)TTimedQuotaTTimedQuota. setTimeUnit(long timeUnit)Methods in org.apache.iotdb.common.rpc.thrift that return types with arguments of type TTimedQuota Modifier and Type Method Description Map<ThrottleType,TTimedQuota>TThrottleQuota. getThrottleLimit()Methods in org.apache.iotdb.common.rpc.thrift with parameters of type TTimedQuota Modifier and Type Method Description intTTimedQuota. compareTo(TTimedQuota other)booleanTTimedQuota. equals(TTimedQuota that)voidTThrottleQuota. putToThrottleLimit(ThrottleType key, TTimedQuota val)Method parameters in org.apache.iotdb.common.rpc.thrift with type arguments of type TTimedQuota Modifier and Type Method Description TThrottleQuotaTThrottleQuota. setThrottleLimit(Map<ThrottleType,TTimedQuota> throttleLimit)Constructors in org.apache.iotdb.common.rpc.thrift with parameters of type TTimedQuota Constructor Description TTimedQuota(TTimedQuota other)Performs a deep copy on other.
-