| Package | Description |
|---|---|
| org.apache.hadoop.hbase.shaded.protobuf | |
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
static QuotaProtos.QuotaScope |
ProtobufUtil.toProtoQuotaScope(QuotaScope scope)
Convert a client QuotaScope to a protocol buffer QuotaScope
|
| Modifier and Type | Method and Description |
|---|---|
static QuotaScope |
ProtobufUtil.toQuotaScope(QuotaProtos.QuotaScope proto)
Convert a protocol buffer QuotaScope to a client QuotaScope
|
| Modifier and Type | Method and Description |
|---|---|
static QuotaProtos.QuotaScope |
QuotaProtos.QuotaScope.forNumber(int value) |
QuotaProtos.QuotaScope |
QuotaProtos.TimedQuotaOrBuilder.getScope()
optional .hbase.pb.QuotaScope scope = 4 [default = MACHINE]; |
QuotaProtos.QuotaScope |
QuotaProtos.TimedQuota.getScope()
optional .hbase.pb.QuotaScope scope = 4 [default = MACHINE]; |
QuotaProtos.QuotaScope |
QuotaProtos.TimedQuota.Builder.getScope()
optional .hbase.pb.QuotaScope scope = 4 [default = MACHINE]; |
static QuotaProtos.QuotaScope |
QuotaProtos.QuotaScope.valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static QuotaProtos.QuotaScope |
QuotaProtos.QuotaScope.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static QuotaProtos.QuotaScope |
QuotaProtos.QuotaScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuotaProtos.QuotaScope[] |
QuotaProtos.QuotaScope.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.QuotaScope> |
QuotaProtos.QuotaScope.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
QuotaProtos.TimedQuota.Builder |
QuotaProtos.TimedQuota.Builder.setScope(QuotaProtos.QuotaScope value)
optional .hbase.pb.QuotaScope scope = 4 [default = MACHINE]; |
Copyright © 2007–2019 Cloudera. All rights reserved.