public static enum CacheInvokeEntry.Operation extends Enum<CacheInvokeEntry.Operation>
| Modifier and Type | Method and Description |
|---|---|
static CacheInvokeEntry.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheInvokeEntry.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheInvokeEntry.Operation NONE
public static final CacheInvokeEntry.Operation CREATE
public static final CacheInvokeEntry.Operation UPDATE
public static final CacheInvokeEntry.Operation REMOVE
public static CacheInvokeEntry.Operation[] values()
for (CacheInvokeEntry.Operation c : CacheInvokeEntry.Operation.values()) System.out.println(c);
public static CacheInvokeEntry.Operation 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