Uses of Class
org.apache.hadoop.hbase.quotas.RpcThrottlingException
Packages that use org.apache.hadoop.hbase.quotas.RpcThrottlingException
-
Uses of org.apache.hadoop.hbase.quotas.RpcThrottlingException in org.apache.hadoop.hbase.quotas
Methods in org.apache.hadoop.hbase.quotas that throw org.apache.hadoop.hbase.quotas.RpcThrottlingException in inModifier and TypeMethodDescriptionvoidDefaultOperationQuota.checkBatchQuota(int numWrites, int numReads) voidExceedOperationQuota.checkBatchQuota(int numWrites, int numReads) voidOperationQuota.checkBatchQuota(int numWrites, int numReads) Checks if it is possible to execute the specified operation.org.apache.hadoop.hbase.quotas.OperationQuotaRegionServerRpcQuotaManager.checkBatchQuota(org.apache.hadoop.hbase.regionserver.Region region, List<org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Action> actions, boolean hasCondition) Check the quota for the current (rpc-context) user.org.apache.hadoop.hbase.quotas.OperationQuotaRegionServerRpcQuotaManager.checkBatchQuota(org.apache.hadoop.hbase.regionserver.Region region, org.apache.hadoop.hbase.quotas.OperationQuota.OperationType type) Check the quota for the current (rpc-context) user.voidQuotaLimiter.checkQuota(long writeReqs, long estimateWriteSize, long readReqs, long estimateReadSize, long estimateWriteCapacityUnit, long estimateReadCapacityUnit) Checks if it is possible to execute the specified operation.voidTimeBasedLimiter.checkQuota(long writeReqs, long estimateWriteSize, long readReqs, long estimateReadSize, long estimateWriteCapacityUnit, long estimateReadCapacityUnit) voidDefaultOperationQuota.checkScanQuota(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ScanRequest scanRequest, long maxScannerResultSize, long maxBlockBytesScanned, long prevBlockBytesScannedDifference) voidExceedOperationQuota.checkScanQuota(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ScanRequest scanRequest, long maxScannerResultSize, long maxBlockBytesScanned, long prevBlockBytesScannedDifference) voidOperationQuota.checkScanQuota(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ScanRequest scanRequest, long maxScannerResultSize, long maxBlockBytesScanned, long prevBlockBytesScannedDifference) Checks if it is possible to execute the scan.org.apache.hadoop.hbase.quotas.OperationQuotaRegionServerRpcQuotaManager.checkScanQuota(org.apache.hadoop.hbase.regionserver.Region region, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ScanRequest scanRequest, long maxScannerResultSize, long maxBlockBytesScanned, long prevBlockBytesScannedDifference) Check the quota for the current (rpc-context) user.static voidRpcThrottlingException.throwNumReadRequestsExceeded(long waitInterval) static voidRpcThrottlingException.throwNumRequestsExceeded(long waitInterval) static voidRpcThrottlingException.throwNumWriteRequestsExceeded(long waitInterval) static voidRpcThrottlingException.throwReadCapacityUnitExceeded(long waitInterval) static voidRpcThrottlingException.throwReadSizeExceeded(long waitInterval) static voidRpcThrottlingException.throwRequestCapacityUnitExceeded(long waitInterval) static voidRpcThrottlingException.throwRequestSizeExceeded(long waitInterval) static voidRpcThrottlingException.throwWriteCapacityUnitExceeded(long waitInterval) static voidRpcThrottlingException.throwWriteSizeExceeded(long waitInterval)