Uses of Enum
org.apache.hadoop.hbase.quotas.QuotaScope

Packages that use org.apache.hadoop.hbase.quotas.QuotaScope
  • Uses of org.apache.hadoop.hbase.quotas.QuotaScope in org.apache.hadoop.hbase.quotas

    Methods in org.apache.hadoop.hbase.quotas that return org.apache.hadoop.hbase.quotas.QuotaScope in in
    Modifier and Type
    Method
    Description
    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()
     
    Methods in org.apache.hadoop.hbase.quotas with parameters of type org.apache.hadoop.hbase.quotas.QuotaScope in in
    Modifier and Type
    Method
    Description
    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.
  • Uses of org.apache.hadoop.hbase.quotas.QuotaScope in org.apache.hadoop.hbase.shaded.protobuf

    Methods in org.apache.hadoop.hbase.shaded.protobuf that return org.apache.hadoop.hbase.quotas.QuotaScope in in
    Modifier and Type
    Method
    Description
    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
    Methods in org.apache.hadoop.hbase.shaded.protobuf with parameters of type org.apache.hadoop.hbase.quotas.QuotaScope in in
    Modifier and Type
    Method
    Description
    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