|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CellProtos.CellType>
org.apache.hadoop.hbase.protobuf.generated.CellProtos.CellType
public static enum CellProtos.CellType
Protobuf enum CellType
The type of the key in a Cell
Enum Constant Summary | |
---|---|
DELETE
DELETE = 8; |
|
DELETE_COLUMN
DELETE_COLUMN = 12; |
|
DELETE_FAMILY
DELETE_FAMILY = 14; |
|
MAXIMUM
MAXIMUM = 255; |
|
MINIMUM
MINIMUM = 0; |
|
PUT
PUT = 4; |
Field Summary | |
---|---|
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; |
static int |
MINIMUM_VALUE
MINIMUM = 0; |
static int |
PUT_VALUE
PUT = 4; |
Method Summary | |
---|---|
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)
Returns the enum constant of this type with the specified name. |
static CellProtos.CellType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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.
Field Detail |
---|
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.
Method Detail |
---|
public static CellProtos.CellType[] values()
for (CellProtos.CellType c : CellProtos.CellType.values()) System.out.println(c);
public static CellProtos.CellType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
public 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
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static CellProtos.CellType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |