public static enum ThriftDataResultHelper.ColumnFamilyType extends Enum<ThriftDataResultHelper.ColumnFamilyType>
| Enum Constant and Description |
|---|
COLUMN
The column.
|
COUNTER_COLUMN
The counter column.
|
COUNTER_SUPER_COLUMN
The counter super column.
|
SUPER_COLUMN
The super column.
|
| Modifier and Type | Method and Description |
|---|---|
static ThriftDataResultHelper.ColumnFamilyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThriftDataResultHelper.ColumnFamilyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThriftDataResultHelper.ColumnFamilyType COLUMN
public static final ThriftDataResultHelper.ColumnFamilyType SUPER_COLUMN
public static final ThriftDataResultHelper.ColumnFamilyType COUNTER_COLUMN
public static final ThriftDataResultHelper.ColumnFamilyType COUNTER_SUPER_COLUMN
public static ThriftDataResultHelper.ColumnFamilyType[] values()
for (ThriftDataResultHelper.ColumnFamilyType c : ThriftDataResultHelper.ColumnFamilyType.values()) System.out.println(c);
public static ThriftDataResultHelper.ColumnFamilyType 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 nullCopyright © 2016. All Rights Reserved.