public static enum CacheDataRowAdapter.RowData extends Enum<CacheDataRowAdapter.RowData>
| 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 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 Fabric : ver. 2.6.0 Release Date : July 10 2018