| Package | Description |
|---|---|
| org.apache.hadoop.hbase.quotas |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOperationQuota.checkQuota(int numWrites,
int numReads,
int numScans) |
void |
OperationQuota.checkQuota(int numWrites,
int numReads,
int numScans)
Checks if it is possible to execute the specified operation.
|
void |
QuotaLimiter.checkQuota(long writeReqs,
long estimateWriteSize,
long readReqs,
long estimateReadSize,
long estimateWriteCapacityUnit,
long estimateReadCapacityUnit)
Checks if it is possible to execute the specified operation.
|
void |
TimeBasedLimiter.checkQuota(long writeReqs,
long estimateWriteSize,
long readReqs,
long estimateReadSize,
long estimateWriteCapacityUnit,
long estimateReadCapacityUnit) |
static void |
RpcThrottlingException.throwNumReadRequestsExceeded(long waitInterval) |
static void |
RpcThrottlingException.throwNumRequestsExceeded(long waitInterval) |
static void |
RpcThrottlingException.throwNumWriteRequestsExceeded(long waitInterval) |
static void |
RpcThrottlingException.throwReadCapacityUnitExceeded(long waitInterval) |
static void |
RpcThrottlingException.throwReadSizeExceeded(long waitInterval) |
static void |
RpcThrottlingException.throwRequestCapacityUnitExceeded(long waitInterval) |
static void |
RpcThrottlingException.throwRequestSizeExceeded(long waitInterval) |
static void |
RpcThrottlingException.throwWriteCapacityUnitExceeded(long waitInterval) |
static void |
RpcThrottlingException.throwWriteSizeExceeded(long waitInterval) |
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.