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 |
TimeBasedLimiter.checkQuota(long writeReqs,
long estimateWriteSize,
long readReqs,
long estimateReadSize) |
void |
QuotaLimiter.checkQuota(long writeReqs,
long estimateWriteSize,
long readReqs,
long estimateReadSize)
Checks if it is possible to execute the specified operation.
|
OperationQuota |
RegionServerRpcQuotaManager.checkQuota(Region region,
List<ClientProtos.Action> actions)
Check the quota for the current (rpc-context) user.
|
OperationQuota |
RegionServerRpcQuotaManager.checkQuota(Region region,
OperationQuota.OperationType type)
Check the quota for the current (rpc-context) user.
|
static void |
RpcThrottlingException.throwNumReadRequestsExceeded(long waitInterval) |
static void |
RpcThrottlingException.throwNumRequestsExceeded(long waitInterval) |
static void |
RpcThrottlingException.throwNumWriteRequestsExceeded(long waitInterval) |
static void |
RpcThrottlingException.throwReadSizeExceeded(long waitInterval) |
static void |
RpcThrottlingException.throwRequestSizeExceeded(long waitInterval) |
static void |
RpcThrottlingException.throwWriteSizeExceeded(long waitInterval) |
Copyright © 2007–2019 Cloudera. All rights reserved.