public static enum CacheDataRowAdapter.RowData extends Enum<CacheDataRowAdapter.RowData>
| Enum Constant and Description |
|---|
FULL |
KEY_ONLY |
LINK_ONLY |
LINK_WITH_HEADER |
NO_KEY |
| Modifier and Type | Method and Description |
|---|---|
static CacheDataRowAdapter.RowData |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheDataRowAdapter.RowData[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheDataRowAdapter.RowData FULL
public static final CacheDataRowAdapter.RowData KEY_ONLY
public static final CacheDataRowAdapter.RowData NO_KEY
public static final CacheDataRowAdapter.RowData LINK_ONLY
public static final CacheDataRowAdapter.RowData LINK_WITH_HEADER
public static CacheDataRowAdapter.RowData[] values()
for (CacheDataRowAdapter.RowData c : CacheDataRowAdapter.RowData.values()) System.out.println(c);
public static CacheDataRowAdapter.RowData 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 null
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019