Uses of Enum Class
org.apache.hadoop.hbase.quotas.OperationQuota.OperationType

Packages that use org.apache.hadoop.hbase.quotas.OperationQuota.OperationType
Package
Description
Table of Contents
 
  • Uses of org.apache.hadoop.hbase.quotas.OperationQuota.OperationType in org.apache.hadoop.hbase.coprocessor

    Methods in org.apache.hadoop.hbase.coprocessor with parameters of type org.apache.hadoop.hbase.quotas.OperationQuota.OperationType in in
    Modifier and Type
    Method
    Description
    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.
  • Uses of org.apache.hadoop.hbase.quotas.OperationQuota.OperationType in org.apache.hadoop.hbase.quotas

    Methods in org.apache.hadoop.hbase.quotas that return org.apache.hadoop.hbase.quotas.OperationQuota.OperationType in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.quotas.OperationQuota.OperationType
    QuotaUtil.getQuotaOperationType(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Action action, boolean hasCondition)
     
    static org.apache.hadoop.hbase.quotas.OperationQuota.OperationType
    QuotaUtil.getQuotaOperationType(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutateRequest mutateRequest)
     
    static org.apache.hadoop.hbase.quotas.OperationQuota.OperationType
    OperationQuota.OperationType.valueOf(String name)
     
    static org.apache.hadoop.hbase.quotas.OperationQuota.OperationType[]
    OperationQuota.OperationType.values()
     
    Methods in org.apache.hadoop.hbase.quotas with parameters of type org.apache.hadoop.hbase.quotas.OperationQuota.OperationType in in
    Modifier and Type
    Method
    Description
    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, org.apache.hadoop.hbase.quotas.OperationQuota.OperationType type)
    Check the quota for the current (rpc-context) user.