Packages that use org.apache.hadoop.hbase.quotas.QuotaScope
-
org.apache.hadoop.hbase.quotas.QuotaScope
ThrottleSettings.getQuotaScope()
static org.apache.hadoop.hbase.quotas.QuotaScope
QuotaScope.valueOf(String name)
static org.apache.hadoop.hbase.quotas.QuotaScope[]
QuotaScope.values()
static org.apache.hadoop.hbase.quotas.QuotaSettings
QuotaSettingsFactory.throttleNamespace(String namespace,
org.apache.hadoop.hbase.quotas.ThrottleType type,
long limit,
TimeUnit timeUnit,
org.apache.hadoop.hbase.quotas.QuotaScope scope)
Throttle the specified namespace.
static org.apache.hadoop.hbase.quotas.QuotaSettings
QuotaSettingsFactory.throttleTable(org.apache.hadoop.hbase.TableName tableName,
org.apache.hadoop.hbase.quotas.ThrottleType type,
long limit,
TimeUnit timeUnit,
org.apache.hadoop.hbase.quotas.QuotaScope scope)
Throttle the specified table.
static org.apache.hadoop.hbase.quotas.QuotaSettings
QuotaSettingsFactory.throttleUser(String userName,
String namespace,
org.apache.hadoop.hbase.quotas.ThrottleType type,
long limit,
TimeUnit timeUnit,
org.apache.hadoop.hbase.quotas.QuotaScope scope)
Throttle the specified user on the specified namespace.
static org.apache.hadoop.hbase.quotas.QuotaSettings
QuotaSettingsFactory.throttleUser(String userName,
org.apache.hadoop.hbase.quotas.ThrottleType type,
long limit,
TimeUnit timeUnit,
org.apache.hadoop.hbase.quotas.QuotaScope scope)
Throttle the specified user.
static org.apache.hadoop.hbase.quotas.QuotaSettings
QuotaSettingsFactory.throttleUser(String userName,
org.apache.hadoop.hbase.TableName tableName,
org.apache.hadoop.hbase.quotas.ThrottleType type,
long limit,
TimeUnit timeUnit,
org.apache.hadoop.hbase.quotas.QuotaScope scope)
Throttle the specified user on the specified table.
-
static org.apache.hadoop.hbase.quotas.QuotaScope
ProtobufUtil.toQuotaScope(org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.QuotaScope proto)
Convert a protocol buffer QuotaScope to a client QuotaScope
static org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.QuotaScope
ProtobufUtil.toProtoQuotaScope(org.apache.hadoop.hbase.quotas.QuotaScope scope)
Convert a client QuotaScope to a protocol buffer QuotaScope
static org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.TimedQuota
ProtobufUtil.toTimedQuota(long limit,
TimeUnit timeUnit,
org.apache.hadoop.hbase.quotas.QuotaScope scope)
Build a protocol buffer TimedQuota