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