Uses of Interface
org.apache.hadoop.hbase.quotas.OperationQuota
Package
Description
Table of Contents
-
Uses of org.apache.hadoop.hbase.quotas.OperationQuota in org.apache.hadoop.hbase.coprocessor
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.quotas.OperationQuota
RegionCoprocessorEnvironment.checkBatchQuota
(org.apache.hadoop.hbase.regionserver.Region region, int numWrites, int numReads) Check the quota for the current (rpc-context) user.org.apache.hadoop.hbase.quotas.OperationQuota
RegionCoprocessorEnvironment.checkBatchQuota
(org.apache.hadoop.hbase.regionserver.Region region, org.apache.hadoop.hbase.quotas.OperationQuota.OperationType type) Check the quota for the current (rpc-context) user.org.apache.hadoop.hbase.quotas.OperationQuota
RegionCoprocessorEnvironment.checkScanQuota
(org.apache.hadoop.hbase.client.Scan scan, long maxBlockBytesScanned, long prevBlockBytesScannedDifference) Check the quota for the current (rpc-context) user. -
Uses of org.apache.hadoop.hbase.quotas.OperationQuota in org.apache.hadoop.hbase.quotas
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.quotas.DefaultOperationQuota
class
org.apache.hadoop.hbase.quotas.ExceedOperationQuota
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.quotas.OperationQuota
RegionServerRpcQuotaManager.checkBatchQuota
(org.apache.hadoop.hbase.regionserver.Region region, int numWrites, int numReads) Check the quota for the current (rpc-context) user.org.apache.hadoop.hbase.quotas.OperationQuota
RegionServerRpcQuotaManager.checkBatchQuota
(org.apache.hadoop.hbase.regionserver.Region region, List<org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Action> actions, boolean hasCondition) org.apache.hadoop.hbase.quotas.OperationQuota
RegionServerRpcQuotaManager.checkBatchQuota
(org.apache.hadoop.hbase.regionserver.Region region, org.apache.hadoop.hbase.quotas.OperationQuota.OperationType type) org.apache.hadoop.hbase.quotas.OperationQuota
RpcQuotaManager.checkBatchQuota
(org.apache.hadoop.hbase.regionserver.Region region, int numWrites, int numReads) Check the quota for the current (rpc-context) user.org.apache.hadoop.hbase.quotas.OperationQuota
RpcQuotaManager.checkBatchQuota
(org.apache.hadoop.hbase.regionserver.Region region, List<org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Action> actions, boolean hasCondition) Check the quota for the current (rpc-context) user.org.apache.hadoop.hbase.quotas.OperationQuota
RpcQuotaManager.checkBatchQuota
(org.apache.hadoop.hbase.regionserver.Region region, org.apache.hadoop.hbase.quotas.OperationQuota.OperationType type) Check the quota for the current (rpc-context) user.org.apache.hadoop.hbase.quotas.OperationQuota
RegionServerRpcQuotaManager.checkScanQuota
(org.apache.hadoop.hbase.regionserver.Region region, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ScanRequest scanRequest, long maxScannerResultSize, long maxBlockBytesScanned, long prevBlockBytesScannedDifference) org.apache.hadoop.hbase.quotas.OperationQuota
RpcQuotaManager.checkScanQuota
(org.apache.hadoop.hbase.regionserver.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.org.apache.hadoop.hbase.quotas.OperationQuota
RegionServerRpcQuotaManager.getQuota
(org.apache.hadoop.security.UserGroupInformation ugi, org.apache.hadoop.hbase.TableName table, int blockSizeBytes) Returns the quota for an operation.