| Package | Description |
|---|---|
| org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
| org.apache.hadoop.hbase.quotas |
| Modifier and Type | Method and Description |
|---|---|
default OperationQuota |
RegionCoprocessorEnvironment.checkBatchQuota(Region region,
int numWrites,
int numReads)
Check the quota for the current (rpc-context) user.
|
default OperationQuota |
RegionCoprocessorEnvironment.checkBatchQuota(Region region,
OperationQuota.OperationType type)
Check the quota for the current (rpc-context) user.
|
default OperationQuota |
RegionCoprocessorEnvironment.checkScanQuota(Scan scan,
long maxBlockBytesScanned,
long prevBlockBytesScannedDifference)
Check the quota for the current (rpc-context) user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOperationQuota |
class |
ExceedOperationQuota |
| Modifier and Type | Method and Description |
|---|---|
OperationQuota |
RpcQuotaManager.checkBatchQuota(Region region,
int numWrites,
int numReads)
Check the quota for the current (rpc-context) user.
|
OperationQuota |
RegionServerRpcQuotaManager.checkBatchQuota(Region region,
int numWrites,
int numReads)
Check the quota for the current (rpc-context) user.
|
OperationQuota |
RpcQuotaManager.checkBatchQuota(Region region,
List<org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Action> actions,
boolean hasCondition)
Check the quota for the current (rpc-context) user.
|
OperationQuota |
RegionServerRpcQuotaManager.checkBatchQuota(Region region,
List<org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Action> actions,
boolean hasCondition) |
OperationQuota |
RpcQuotaManager.checkBatchQuota(Region region,
OperationQuota.OperationType type)
Check the quota for the current (rpc-context) user.
|
OperationQuota |
RegionServerRpcQuotaManager.checkBatchQuota(Region region,
OperationQuota.OperationType type) |
OperationQuota |
RpcQuotaManager.checkScanQuota(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.
|
OperationQuota |
RegionServerRpcQuotaManager.checkScanQuota(Region region,
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ScanRequest scanRequest,
long maxScannerResultSize,
long maxBlockBytesScanned,
long prevBlockBytesScannedDifference) |
OperationQuota |
RegionServerRpcQuotaManager.getQuota(org.apache.hadoop.security.UserGroupInformation ugi,
TableName table,
int blockSizeBytes)
Returns the quota for an operation.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.