public static enum HBaseProtos.RegionSpecifier.RegionSpecifierType extends Enum<HBaseProtos.RegionSpecifier.RegionSpecifierType> implements org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnum
hbase.pb.RegionSpecifier.RegionSpecifierType| 枚举常量和说明 |
|---|
ENCODED_REGION_NAME
hash of <tablename>,<startkey>,<regionId>
ENCODED_REGION_NAME = 2; |
REGION_NAME
<tablename>,<startkey>,<regionId>.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ENCODED_REGION_NAME_VALUE
hash of <tablename>,<startkey>,<regionId>
ENCODED_REGION_NAME = 2; |
static int |
REGION_NAME_VALUE
<tablename>,<startkey>,<regionId>.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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)
已过时。
Use
forNumber(int) instead. |
static HBaseProtos.RegionSpecifier.RegionSpecifierType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static HBaseProtos.RegionSpecifier.RegionSpecifierType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
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 - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public final int getNumber()
getNumber 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLitegetNumber 在接口中 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 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnumpublic final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType 在接口中 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. All rights reserved.