public static enum MutableColumnFamilyOptions.MiscOption extends java.lang.Enum<MutableColumnFamilyOptions.MiscOption>
Enum Constant and Description |
---|
max_sequential_skip_in_iterations |
paranoid_file_checks |
Modifier and Type | Method and Description |
---|---|
MutableColumnFamilyOptions.ValueType |
getValueType() |
static MutableColumnFamilyOptions.MiscOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MutableColumnFamilyOptions.MiscOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MutableColumnFamilyOptions.MiscOption max_sequential_skip_in_iterations
public static final MutableColumnFamilyOptions.MiscOption paranoid_file_checks
public static MutableColumnFamilyOptions.MiscOption[] values()
for (MutableColumnFamilyOptions.MiscOption c : MutableColumnFamilyOptions.MiscOption.values()) System.out.println(c);
public static MutableColumnFamilyOptions.MiscOption valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic MutableColumnFamilyOptions.ValueType getValueType()