public enum HBaseAttribute extends Enum<HBaseAttribute>
Enum Constant and Description |
---|
HBASE_FAMILY |
HBASE_MARKED_ROW_ID |
HBASE_QUALIFIER |
HBASE_ROW_ID |
HBASE_ROW_TYPE |
HBASE_VALUE |
HBASE_VALUE_TYPE |
Modifier and Type | Method and Description |
---|---|
String |
asHeader() |
String |
asHeader(int i) |
String |
asOption() |
String |
asOption(int i) |
String |
toString() |
static HBaseAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HBaseAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HBaseAttribute HBASE_ROW_ID
public static final HBaseAttribute HBASE_ROW_TYPE
public static final HBaseAttribute HBASE_MARKED_ROW_ID
public static final HBaseAttribute HBASE_FAMILY
public static final HBaseAttribute HBASE_QUALIFIER
public static final HBaseAttribute HBASE_VALUE
public static final HBaseAttribute HBASE_VALUE_TYPE
public static HBaseAttribute[] values()
for (HBaseAttribute c : HBaseAttribute.values()) System.out.println(c);
public static HBaseAttribute 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 String asHeader(int i)
public String asHeader()
public String asOption()
public String asOption(int i)
public String toString()
toString
in class Enum<HBaseAttribute>
Apache Camel