Package | Description |
---|---|
org.apache.hadoop.hbase.quotas |
Modifier and Type | Method and Description |
---|---|
void |
NoopOperationQuota.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 |
DefaultOperationQuota.checkQuota(int numWrites,
int numReads,
int numScans) |
void |
QuotaLimiter.checkQuota(long writeReqs,
long estimateWriteSize,
long readReqs,
long estimateReadSize)
Checks if it is possible to execute the specified operation.
|
void |
NoopQuotaLimiter.checkQuota(long writeReqs,
long estimateWriteSize,
long readReqs,
long estimateReadSize) |
void |
TimeBasedLimiter.checkQuota(long writeReqs,
long estimateWriteSize,
long readReqs,
long estimateReadSize) |
private OperationQuota |
RegionServerQuotaManager.checkQuota(Region region,
int numWrites,
int numReads,
int numScans)
Check the quota for the current (rpc-context) user.
|
OperationQuota |
RegionServerQuotaManager.checkQuota(Region region,
List<org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Action> actions)
Check the quota for the current (rpc-context) user.
|
OperationQuota |
RegionServerQuotaManager.checkQuota(Region region,
OperationQuota.OperationType type)
Check the quota for the current (rpc-context) user.
|
static void |
ThrottlingException.throwNumReadRequestsExceeded(long waitInterval) |
static void |
ThrottlingException.throwNumRequestsExceeded(long waitInterval) |
static void |
ThrottlingException.throwNumWriteRequestsExceeded(long waitInterval) |
static void |
ThrottlingException.throwReadSizeExceeded(long waitInterval) |
static void |
ThrottlingException.throwRequestSizeExceeded(long waitInterval) |
private static void |
ThrottlingException.throwThrottlingException(ThrottlingException.Type type,
long waitInterval) |
static void |
ThrottlingException.throwWriteSizeExceeded(long waitInterval) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.