Package | Description |
---|---|
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
org.apache.hadoop.hbase.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 |
---|---|
QuotaProtos.QuotaScope |
QuotaProtos.TimedQuotaOrBuilder.getScope()
optional .QuotaScope scope = 4 [default = MACHINE]; |
QuotaProtos.QuotaScope |
QuotaProtos.TimedQuota.getScope()
optional .QuotaScope scope = 4 [default = MACHINE]; |
QuotaProtos.QuotaScope |
QuotaProtos.TimedQuota.Builder.getScope()
optional .QuotaScope scope = 4 [default = MACHINE]; |
static QuotaProtos.QuotaScope |
QuotaProtos.QuotaScope.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static QuotaProtos.QuotaScope |
QuotaProtos.QuotaScope.valueOf(int value) |
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 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 .QuotaScope scope = 4 [default = MACHINE]; |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.