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 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.private static void
ThrottlingException.throwThrottlingException
(ThrottlingException.Type type, long waitInterval) Deprecated.static void
ThrottlingException.throwWriteSizeExceeded
(long waitInterval) Deprecated.