public static enum HBaseProtos.RegionSpecifier.RegionSpecifierType extends Enum<HBaseProtos.RegionSpecifier.RegionSpecifierType> implements org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnum
hbase.pb.RegionSpecifier.RegionSpecifierType| Enum Constant and Description |
|---|
ENCODED_REGION_NAME
hash of <tablename>,<startkey>,<regionId>
|
REGION_NAME
<tablename>,<startkey>,<regionId>.<encodedName>
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ENCODED_REGION_NAME_VALUE
hash of <tablename>,<startkey>,<regionId>
|
static int |
REGION_NAME_VALUE
<tablename>,<startkey>,<regionId>.<encodedName>
|
| Modifier and Type | Method and Description |
|---|---|
static HBaseProtos.RegionSpecifier.RegionSpecifierType |
forNumber(int value) |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<HBaseProtos.RegionSpecifier.RegionSpecifierType> |
internalGetValueMap() |
static HBaseProtos.RegionSpecifier.RegionSpecifierType |
valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static HBaseProtos.RegionSpecifier.RegionSpecifierType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HBaseProtos.RegionSpecifier.RegionSpecifierType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HBaseProtos.RegionSpecifier.RegionSpecifierType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HBaseProtos.RegionSpecifier.RegionSpecifierType REGION_NAME
<tablename>,<startkey>,<regionId>.<encodedName>
REGION_NAME = 1;public static final HBaseProtos.RegionSpecifier.RegionSpecifierType ENCODED_REGION_NAME
hash of <tablename>,<startkey>,<regionId>
ENCODED_REGION_NAME = 2;public static final int REGION_NAME_VALUE
<tablename>,<startkey>,<regionId>.<encodedName>
REGION_NAME = 1;public static final int ENCODED_REGION_NAME_VALUE
hash of <tablename>,<startkey>,<regionId>
ENCODED_REGION_NAME = 2;public static HBaseProtos.RegionSpecifier.RegionSpecifierType[] values()
for (HBaseProtos.RegionSpecifier.RegionSpecifierType c : HBaseProtos.RegionSpecifier.RegionSpecifierType.values()) System.out.println(c);
public static HBaseProtos.RegionSpecifier.RegionSpecifierType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLitegetNumber in interface org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnum@Deprecated public static HBaseProtos.RegionSpecifier.RegionSpecifierType valueOf(int value)
forNumber(int) instead.public static HBaseProtos.RegionSpecifier.RegionSpecifierType forNumber(int value)
public static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<HBaseProtos.RegionSpecifier.RegionSpecifierType> internalGetValueMap()
public final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnumpublic final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnumpublic static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static HBaseProtos.RegionSpecifier.RegionSpecifierType valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2007–2019 Cloudera. All rights reserved.