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 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)
     
  • Uses of org.apache.hadoop.hbase.quotas.RpcThrottlingException.Type in org.apache.hadoop.hbase.regionserver

    Methods in org.apache.hadoop.hbase.regionserver with parameters of type org.apache.hadoop.hbase.quotas.RpcThrottlingException.Type in in
    Modifier and Type
    Method
    Description
    void
    MetricsRegionServer.recordThrottleException(org.apache.hadoop.hbase.quotas.RpcThrottlingException.Type throttleType, String user, String table)
    Record a throttle exception with contextual information.
  • Uses of org.apache.hadoop.hbase.quotas.RpcThrottlingException.Type in org.apache.hadoop.hbase.regionserver.metrics

    Methods in org.apache.hadoop.hbase.regionserver.metrics with parameters of type org.apache.hadoop.hbase.quotas.RpcThrottlingException.Type in in
    Modifier and Type
    Method
    Description
    void
    MetricsThrottleExceptions.recordThrottleException(org.apache.hadoop.hbase.quotas.RpcThrottlingException.Type throttleType, String user, String table)
    Record a throttle exception with contextual information.