Uses of Class
org.apache.iotdb.common.rpc.thrift.ThrottleType
-
-
Uses of ThrottleType in org.apache.iotdb.common.rpc.thrift
Fields in org.apache.iotdb.common.rpc.thrift with type parameters of type ThrottleType Modifier and Type Field Description Map<ThrottleType,TTimedQuota>TThrottleQuota. throttleLimitMethods in org.apache.iotdb.common.rpc.thrift that return ThrottleType Modifier and Type Method Description static ThrottleTypeThrottleType. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.static ThrottleTypeThrottleType. valueOf(String name)Returns the enum constant of this type with the specified name.static ThrottleType[]ThrottleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.iotdb.common.rpc.thrift that return types with arguments of type ThrottleType Modifier and Type Method Description Map<ThrottleType,TTimedQuota>TThrottleQuota. getThrottleLimit()Methods in org.apache.iotdb.common.rpc.thrift with parameters of type ThrottleType Modifier and Type Method Description voidTThrottleQuota. putToThrottleLimit(ThrottleType key, TTimedQuota val)Method parameters in org.apache.iotdb.common.rpc.thrift with type arguments of type ThrottleType Modifier and Type Method Description TThrottleQuotaTThrottleQuota. setThrottleLimit(Map<ThrottleType,TTimedQuota> throttleLimit)
-