Uses of Enum Class
org.apache.hadoop.hbase.quotas.RpcThrottlingException.Type

Packages that use org.apache.hadoop.hbase.quotas.RpcThrottlingException.Type
Package
Description
 
  • 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 in
    Modifier and Type
    Method
    Description
    org.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 in
    Modifier
    Constructor
    Description
     
    RpcThrottlingException(org.apache.hadoop.hbase.quotas.RpcThrottlingException.Type type, long waitInterval, String msg)