| Package | Description |
|---|---|
| org.apache.hadoop.hbase.shaded.protobuf | |
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
static QuotaProtos.QuotaType |
ProtobufUtil.toProtoQuotaScope(QuotaType type)
Convert a client QuotaType to a protocol buffer QuotaType
|
| 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 |
QuotaProtos.QuotaType.forNumber(int value) |
static QuotaProtos.QuotaType |
QuotaProtos.QuotaType.valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static QuotaProtos.QuotaType |
QuotaProtos.QuotaType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static QuotaProtos.QuotaType |
QuotaProtos.QuotaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuotaProtos.QuotaType[] |
QuotaProtos.QuotaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<QuotaProtos.QuotaType> |
QuotaProtos.QuotaType.internalGetValueMap() |
Copyright © 2007–2019 Cloudera. All rights reserved.