public static enum MapRDBTableImpl.TablePrivateOption extends java.lang.Enum<MapRDBTableImpl.TablePrivateOption>
| Enum Constant and Description |
|---|
DECODE_TIMESTAMP |
DECOMPRESS |
EXCLUDE_EMBEDDEDFAMILY |
GET_DELETES |
PRESERVE_TIMESTAMP |
READ_ALL_CFS |
| Modifier and Type | Method and Description |
|---|---|
static MapRDBTableImpl.TablePrivateOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapRDBTableImpl.TablePrivateOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapRDBTableImpl.TablePrivateOption PRESERVE_TIMESTAMP
public static final MapRDBTableImpl.TablePrivateOption GET_DELETES
public static final MapRDBTableImpl.TablePrivateOption DECODE_TIMESTAMP
public static final MapRDBTableImpl.TablePrivateOption EXCLUDE_EMBEDDEDFAMILY
public static final MapRDBTableImpl.TablePrivateOption DECOMPRESS
public static final MapRDBTableImpl.TablePrivateOption READ_ALL_CFS
public static MapRDBTableImpl.TablePrivateOption[] values()
for (MapRDBTableImpl.TablePrivateOption c : MapRDBTableImpl.TablePrivateOption.values()) System.out.println(c);
public static MapRDBTableImpl.TablePrivateOption 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 null