@InterfaceAudience.LimitedPrivate(value="Coprocesssor")
@InterfaceStability.Evolving
public abstract class GlobalQuotaSettings
extends org.apache.hadoop.hbase.quotas.QuotaSettings
QuotaProtos.Quotas.| Modifier | Constructor and Description |
|---|---|
protected |
GlobalQuotaSettings(String userName,
org.apache.hadoop.hbase.TableName tableName,
String namespace) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<org.apache.hadoop.hbase.quotas.QuotaSettings> |
getQuotaSettings()
Computes a list of QuotaSettings that present the complete quota state of the combination of
this user, table, and/or namespace.
|
org.apache.hadoop.hbase.quotas.QuotaType |
getQuotaType() |
protected void |
setupSetQuotaRequest(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.SetQuotaRequest.Builder builder) |
public abstract List<org.apache.hadoop.hbase.quotas.QuotaSettings> getQuotaSettings()
public org.apache.hadoop.hbase.quotas.QuotaType getQuotaType()
getQuotaType in class org.apache.hadoop.hbase.quotas.QuotaSettingsprotected void setupSetQuotaRequest(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.SetQuotaRequest.Builder builder)
setupSetQuotaRequest in class org.apache.hadoop.hbase.quotas.QuotaSettingsCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.