Uses of Class
org.apache.hadoop.hbase.quotas.ThrottlingException

Packages that use org.apache.hadoop.hbase.quotas.ThrottlingException
Package
Description
 
  • Uses of org.apache.hadoop.hbase.quotas.ThrottlingException in org.apache.hadoop.hbase.quotas

    Methods in org.apache.hadoop.hbase.quotas that throw org.apache.hadoop.hbase.quotas.ThrottlingException in in
    Modifier and Type
    Method
    Description
    static void
    ThrottlingException.throwNumReadRequestsExceeded(long waitInterval)
    Deprecated.
     
    static void
    ThrottlingException.throwNumRequestsExceeded(long waitInterval)
    Deprecated.
     
    static void
    ThrottlingException.throwNumWriteRequestsExceeded(long waitInterval)
    Deprecated.
     
    static void
    ThrottlingException.throwReadSizeExceeded(long waitInterval)
    Deprecated.
     
    static void
    ThrottlingException.throwRequestSizeExceeded(long waitInterval)
    Deprecated.
     
    static void
    ThrottlingException.throwWriteSizeExceeded(long waitInterval)
    Deprecated.