Package | Description |
---|---|
org.apache.hadoop.hbase.quotas |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOperationQuota |
Modifier and Type | Method and Description |
---|---|
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.
|
OperationQuota |
RegionServerQuotaManager.getQuota(org.apache.hadoop.security.UserGroupInformation ugi,
TableName table)
Returns the quota for an operation.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.