Uses of Class
org.apache.hadoop.hbase.quotas.ThrottlingException
Packages that use org.apache.hadoop.hbase.quotas.ThrottlingException
-
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 inModifier 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.static void
ThrottlingException.throwWriteSizeExceeded
(long waitInterval) Deprecated.