Uses of Class
org.apache.hadoop.hbase.quotas.ThrottlingException
Packages that use ThrottlingException
-
Uses of ThrottlingException in org.apache.hadoop.hbase.quotas
Methods in org.apache.hadoop.hbase.quotas that throw ThrottlingExceptionModifier and TypeMethodDescriptionstatic voidThrottlingException.throwNumReadRequestsExceeded(long waitInterval) Deprecated.static voidThrottlingException.throwNumRequestsExceeded(long waitInterval) Deprecated.static voidThrottlingException.throwNumWriteRequestsExceeded(long waitInterval) Deprecated.static voidThrottlingException.throwReadSizeExceeded(long waitInterval) Deprecated.static voidThrottlingException.throwRequestSizeExceeded(long waitInterval) Deprecated.private static voidThrottlingException.throwThrottlingException(ThrottlingException.Type type, long waitInterval) Deprecated.static voidThrottlingException.throwWriteSizeExceeded(long waitInterval) Deprecated.