Uses of Enum Class
org.apache.hadoop.hbase.quotas.RpcThrottlingException.Type
Packages that use org.apache.hadoop.hbase.quotas.RpcThrottlingException.Type
-
Uses of org.apache.hadoop.hbase.quotas.RpcThrottlingException.Type in org.apache.hadoop.hbase.quotas
Methods in org.apache.hadoop.hbase.quotas that return org.apache.hadoop.hbase.quotas.RpcThrottlingException.Type in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.quotas.RpcThrottlingException.Type
RpcThrottlingException.getType()
static org.apache.hadoop.hbase.quotas.RpcThrottlingException.Type
RpcThrottlingException.Type.valueOf
(String name) static org.apache.hadoop.hbase.quotas.RpcThrottlingException.Type[]
RpcThrottlingException.Type.values()
Constructors in org.apache.hadoop.hbase.quotas with parameters of type org.apache.hadoop.hbase.quotas.RpcThrottlingException.Type in inModifierConstructorDescriptionRpcThrottlingException
(org.apache.hadoop.hbase.quotas.RpcThrottlingException.Type type, long waitInterval, String msg)