Uses of Enum Class
org.apache.hadoop.hbase.quotas.RpcThrottlingException.Type
Packages that use RpcThrottlingException.Type
-
Uses of RpcThrottlingException.Type in org.apache.hadoop.hbase.quotas
Fields in org.apache.hadoop.hbase.quotas declared as RpcThrottlingException.TypeMethods in org.apache.hadoop.hbase.quotas that return RpcThrottlingException.TypeModifier and TypeMethodDescriptionRpcThrottlingException.getType()
static RpcThrottlingException.Type
Returns the enum constant of this class with the specified name.static RpcThrottlingException.Type[]
RpcThrottlingException.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.quotas with parameters of type RpcThrottlingException.TypeModifier and TypeMethodDescriptionprivate static void
RpcThrottlingException.throwThrottlingException
(RpcThrottlingException.Type type, long waitInterval) Constructors in org.apache.hadoop.hbase.quotas with parameters of type RpcThrottlingException.TypeModifierConstructorDescriptionRpcThrottlingException
(RpcThrottlingException.Type type, long waitInterval, String msg)