| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.quotas | |
| org.apache.hadoop.hbase.shaded.protobuf |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract QuotaType |
QuotaSettings.getQuotaType() |
static QuotaType |
QuotaType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static QuotaType[] |
QuotaType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Set<QuotaType> |
QuotaFilter.getTypeFilters() |
| 限定符和类型 | 方法和说明 |
|---|---|
QuotaFilter |
QuotaFilter.addTypeFilter(QuotaType type)
Add a type to the filter list
|
| 限定符和类型 | 方法和说明 |
|---|---|
static QuotaType |
ProtobufUtil.toQuotaScope(org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.QuotaType proto)
Convert a protocol buffer QuotaType to a client QuotaType
|
| 限定符和类型 | 方法和说明 |
|---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.QuotaType |
ProtobufUtil.toProtoQuotaScope(QuotaType type)
Convert a client QuotaType to a protocol buffer QuotaType
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.