Uses of Enum Class
org.apache.hadoop.hbase.quotas.OperationQuota.OperationType
Packages that use OperationQuota.OperationType
Package
Description
Table of Contents
-
Uses of OperationQuota.OperationType in org.apache.hadoop.hbase.coprocessor
Methods in org.apache.hadoop.hbase.coprocessor with parameters of type OperationQuota.OperationTypeModifier and TypeMethodDescriptionRegionCoprocessorEnvironment.checkBatchQuota(Region region, OperationQuota.OperationType type) Check the quota for the current (rpc-context) user. -
Uses of OperationQuota.OperationType in org.apache.hadoop.hbase.quotas
Methods in org.apache.hadoop.hbase.quotas that return OperationQuota.OperationTypeModifier and TypeMethodDescriptionstatic OperationQuota.OperationTypeQuotaUtil.getQuotaOperationType(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Action action, boolean hasCondition) static OperationQuota.OperationTypeQuotaUtil.getQuotaOperationType(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutateRequest mutateRequest) private static OperationQuota.OperationTypeQuotaUtil.getQuotaOperationType(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.MutationProto mutationProto, boolean hasCondition) static OperationQuota.OperationTypeReturns the enum constant of this class with the specified name.static OperationQuota.OperationType[]OperationQuota.OperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.quotas with parameters of type OperationQuota.OperationTypeModifier and TypeMethodDescriptionRegionServerRpcQuotaManager.checkBatchQuota(Region region, OperationQuota.OperationType type) RpcQuotaManager.checkBatchQuota(Region region, OperationQuota.OperationType type) Check the quota for the current (rpc-context) user.private longDefaultOperationQuota.estimateConsume(OperationQuota.OperationType type, int numReqs, long avgSize) -
Uses of OperationQuota.OperationType in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver with parameters of type OperationQuota.OperationTypeModifier and TypeMethodDescriptionRegionCoprocessorHost.RegionEnvironment.checkBatchQuota(Region region, OperationQuota.OperationType type)