Uses of Interface
org.apache.hadoop.hbase.quotas.OperationQuota
Packages that use org.apache.hadoop.hbase.quotas.OperationQuota
-
Uses of org.apache.hadoop.hbase.quotas.OperationQuota in org.apache.hadoop.hbase.quotas
Classes in org.apache.hadoop.hbase.quotas that implement org.apache.hadoop.hbase.quotas.OperationQuota in inModifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.quotas.DefaultOperationQuota
class
org.apache.hadoop.hbase.quotas.ExceedOperationQuota
Methods in org.apache.hadoop.hbase.quotas that return org.apache.hadoop.hbase.quotas.OperationQuota in inModifier and TypeMethodDescriptionorg.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) Check the quota for the current (rpc-context) user.org.apache.hadoop.hbase.quotas.OperationQuota
RegionServerRpcQuotaManager.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) 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.