public static enum CacheDataRowAdapter.RowData extends Enum<CacheDataRowAdapter.RowData>
| Enum Constant and Description |
|---|
FULL |
FULL_WITH_HINTS
Force instant hints actualization for rebalance (to avoid races with vacuum).
|
KEY_ONLY |
LINK_ONLY |
LINK_WITH_HEADER |
NO_KEY |
NO_KEY_WITH_HINTS
Force instant hints actualization for update operation with history (to avoid races with vacuum).
|
| 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 final CacheDataRowAdapter.RowData FULL_WITH_HINTS
public static final CacheDataRowAdapter.RowData NO_KEY_WITH_HINTS
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.15.0 Release Date : April 25 2023