public static enum GridMetadataAwareAdapter.EntryKey extends Enum<GridMetadataAwareAdapter.EntryKey>
| Enum Constant and Description |
|---|
CACHE_EVICTABLE_ENTRY_KEY
Predefined key.
|
CACHE_EVICTION_MANAGER_KEY
Predefined key.
|
CACHE_STORE_MANAGER_KEY
Predefined key.
|
| Modifier and Type | Method and Description |
|---|---|
int |
key()
Returns key.
|
static GridMetadataAwareAdapter.EntryKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridMetadataAwareAdapter.EntryKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridMetadataAwareAdapter.EntryKey CACHE_STORE_MANAGER_KEY
public static final GridMetadataAwareAdapter.EntryKey CACHE_EVICTABLE_ENTRY_KEY
public static final GridMetadataAwareAdapter.EntryKey CACHE_EVICTION_MANAGER_KEY
public static GridMetadataAwareAdapter.EntryKey[] values()
for (GridMetadataAwareAdapter.EntryKey c : GridMetadataAwareAdapter.EntryKey.values()) System.out.println(c);
public static GridMetadataAwareAdapter.EntryKey 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 nullpublic int key()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021