| 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,
OperationQuota.OperationType type)
Check the quota for the current (rpc-context) user.
|
| Modifier and Type | Method and Description |
|---|---|
static OperationQuota.OperationType |
QuotaUtil.getQuotaOperationType(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Action action,
boolean hasCondition) |
static OperationQuota.OperationType |
QuotaUtil.getQuotaOperationType(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutateRequest mutateRequest) |
static OperationQuota.OperationType |
OperationQuota.OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationQuota.OperationType[] |
OperationQuota.OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.