Uses of Enum
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 ThrottleTypeMethods in org.apache.iotdb.common.rpc.thrift that return ThrottleTypeModifier and TypeMethodDescriptionstatic ThrottleTypeThrottleType.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.static ThrottleTypeReturns 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 ThrottleTypeMethods in org.apache.iotdb.common.rpc.thrift with parameters of type ThrottleTypeModifier and TypeMethodDescriptionvoidTThrottleQuota.putToThrottleLimit(ThrottleType key, TTimedQuota val) Method parameters in org.apache.iotdb.common.rpc.thrift with type arguments of type ThrottleTypeModifier and TypeMethodDescriptionTThrottleQuota.setThrottleLimit(Map<ThrottleType, TTimedQuota> throttleLimit)