Uses of Class
org.apache.hadoop.hbase.quotas.ThrottlingException
-
Uses of ThrottlingException in org.apache.hadoop.hbase.quotas
Modifier 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.