| Package | Description |
|---|---|
| org.apache.hadoop.hbase.quotas | |
| org.apache.hadoop.hbase.shaded.protobuf |
| Modifier and Type | Method and Description |
|---|---|
QuotaType |
GlobalQuotaSettings.getQuotaType() |
abstract QuotaType |
QuotaSettings.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
|
| Modifier and Type | Method and Description |
|---|---|
static QuotaType |
ProtobufUtil.toQuotaScope(QuotaProtos.QuotaType proto)
Convert a protocol buffer QuotaType to a client QuotaType
|
| Modifier and Type | Method and Description |
|---|---|
static QuotaProtos.QuotaType |
ProtobufUtil.toProtoQuotaScope(QuotaType type)
Convert a client QuotaType to a protocol buffer QuotaType
|
Copyright © 2007–2019 Cloudera. All rights reserved.