protected static enum CacheEntryProcessorEntry.State extends Enum<CacheEntryProcessorEntry.State>
Enum Constant and Description |
---|
ACCESS |
CREATE |
LOAD |
NONE |
REMOVE |
UPDATE |
Modifier and Type | Method and Description |
---|---|
static CacheEntryProcessorEntry.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheEntryProcessorEntry.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheEntryProcessorEntry.State NONE
public static final CacheEntryProcessorEntry.State ACCESS
public static final CacheEntryProcessorEntry.State UPDATE
public static final CacheEntryProcessorEntry.State LOAD
public static final CacheEntryProcessorEntry.State CREATE
public static final CacheEntryProcessorEntry.State REMOVE
public static CacheEntryProcessorEntry.State[] values()
for (CacheEntryProcessorEntry.State c : CacheEntryProcessorEntry.State.values()) System.out.println(c);
public static CacheEntryProcessorEntry.State 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 nullCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.