| Package | Description |
|---|---|
| org.apache.hadoop.hbase.quotas |
| Modifier and Type | Field and Description |
|---|---|
private Set<QuotaType> |
QuotaFilter.types |
| Modifier and Type | Method and Description |
|---|---|
QuotaType |
QuotaSettingsFactory.QuotaGlobalsSettingsBypass.getQuotaType() |
QuotaType |
SpaceLimitSettings.getQuotaType() |
QuotaType |
ThrottleSettings.getQuotaType() |
abstract QuotaType |
QuotaSettings.getQuotaType() |
QuotaType |
GlobalQuotaSettings.getQuotaType() |
static QuotaType |
QuotaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuotaType[] |
QuotaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<QuotaType> |
QuotaFilter.getTypeFilters() |
| Modifier and Type | Method and Description |
|---|---|
QuotaFilter |
QuotaFilter.addTypeFilter(QuotaType type)
Add a type to the filter list
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.