| Package | Description |
|---|---|
| org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
| org.apache.hadoop.hbase.quotas |
| Modifier and Type | Method and Description |
|---|---|
static QuotaType |
ProtobufUtil.toQuotaScope(org.apache.hadoop.hbase.protobuf.generated.QuotaProtos.QuotaType proto)
Convert a protocol buffer QuotaType to a client QuotaType
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hadoop.hbase.protobuf.generated.QuotaProtos.QuotaType |
ProtobufUtil.toProtoQuotaScope(QuotaType type)
Convert a client QuotaType to a protocol buffer QuotaType
|
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.