Uses of Class
org.apache.hadoop.hbase.quotas.ThrottleSettings

Packages that use org.apache.hadoop.hbase.quotas.ThrottleSettings
Package
Description
 
  • Uses of org.apache.hadoop.hbase.quotas.ThrottleSettings in org.apache.hadoop.hbase.quotas

    Methods in org.apache.hadoop.hbase.quotas that return org.apache.hadoop.hbase.quotas.ThrottleSettings in in
    Modifier and Type
    Method
    Description
    protected org.apache.hadoop.hbase.quotas.ThrottleSettings
    ThrottleSettings.merge(org.apache.hadoop.hbase.quotas.QuotaSettings other)
     
    Methods in org.apache.hadoop.hbase.quotas that return types with arguments of type org.apache.hadoop.hbase.quotas.ThrottleSettings in in
    Modifier and Type
    Method
    Description
    static List<org.apache.hadoop.hbase.quotas.ThrottleSettings>
    QuotaSettingsFactory.fromTableThrottles(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Throttle throttle)
     
    protected static List<org.apache.hadoop.hbase.quotas.ThrottleSettings>
    QuotaSettingsFactory.fromThrottle(String userName, org.apache.hadoop.hbase.TableName tableName, String namespace, String regionServer, org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.Throttle throttle)