public static enum CellProtos.CellType extends Enum<CellProtos.CellType> implements com.google.protobuf.ProtocolMessageEnum
hbase.pb.CellType
The type of the key in a Cell
| 枚举常量和说明 |
|---|
DELETE
DELETE = 8; |
DELETE_COLUMN
DELETE_COLUMN = 12; |
DELETE_FAMILY
DELETE_FAMILY = 14; |
MAXIMUM
MAXIMUM = 255;
MAXIMUM is used when searching; you look from maximum on down. |
MINIMUM
MINIMUM = 0; |
PUT
PUT = 4; |
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
DELETE_COLUMN_VALUE
DELETE_COLUMN = 12; |
static int |
DELETE_FAMILY_VALUE
DELETE_FAMILY = 14; |
static int |
DELETE_VALUE
DELETE = 8; |
static int |
MAXIMUM_VALUE
MAXIMUM = 255;
MAXIMUM is used when searching; you look from maximum on down. |
static int |
MINIMUM_VALUE
MINIMUM = 0; |
static int |
PUT_VALUE
PUT = 4; |
| 限定符和类型 | 方法和说明 |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<CellProtos.CellType> |
internalGetValueMap() |
static CellProtos.CellType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CellProtos.CellType |
valueOf(int value) |
static CellProtos.CellType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static CellProtos.CellType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final CellProtos.CellType MINIMUM
MINIMUM = 0;public static final CellProtos.CellType PUT
PUT = 4;public static final CellProtos.CellType DELETE
DELETE = 8;public static final CellProtos.CellType DELETE_COLUMN
DELETE_COLUMN = 12;public static final CellProtos.CellType DELETE_FAMILY
DELETE_FAMILY = 14;public static final CellProtos.CellType MAXIMUM
MAXIMUM = 255;
MAXIMUM is used when searching; you look from maximum on down.
public static final int MINIMUM_VALUE
MINIMUM = 0;public static final int PUT_VALUE
PUT = 4;public static final int DELETE_VALUE
DELETE = 8;public static final int DELETE_COLUMN_VALUE
DELETE_COLUMN = 12;public static final int DELETE_FAMILY_VALUE
DELETE_FAMILY = 14;public static final int MAXIMUM_VALUE
MAXIMUM = 255;
MAXIMUM is used when searching; you look from maximum on down.
public static CellProtos.CellType[] values()
for (CellProtos.CellType c : CellProtos.CellType.values()) System.out.println(c);
public static CellProtos.CellType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public final int getNumber()
getNumber 在接口中 com.google.protobuf.Internal.EnumLitegetNumber 在接口中 com.google.protobuf.ProtocolMessageEnumpublic static CellProtos.CellType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<CellProtos.CellType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor 在接口中 com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static CellProtos.CellType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2007–2019. All rights reserved.