|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CellPB.CellType>
org.hbase.async.generated.CellPB.CellType
public static enum CellPB.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 | |
---|---|
int |
getNumber()
|
static com.google.protobuf.Internal.EnumLiteMap<CellPB.CellType> |
internalGetValueMap()
|
static CellPB.CellType |
valueOf(int value)
|
static CellPB.CellType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CellPB.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 CellPB.CellType MINIMUM
MINIMUM = 0;
public static final CellPB.CellType PUT
PUT = 4;
public static final CellPB.CellType DELETE
DELETE = 8;
public static final CellPB.CellType DELETE_COLUMN
DELETE_COLUMN = 12;
public static final CellPB.CellType DELETE_FAMILY
DELETE_FAMILY = 14;
public static final CellPB.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 CellPB.CellType[] values()
for (CellPB.CellType c : CellPB.CellType.values()) System.out.println(c);
public static CellPB.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
public static CellPB.CellType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<CellPB.CellType> internalGetValueMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |