| Package | Description |
|---|---|
| org.apache.hadoop.hbase.quotas |
| Modifier and Type | Method and Description |
|---|---|
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 |
RegionServerRpcQuotaManager.checkQuota(Region region,
OperationQuota.OperationType type)
Check the quota for the current (rpc-context) user.
|
private long |
DefaultOperationQuota.estimateConsume(OperationQuota.OperationType type,
int numReqs,
long avgSize) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.