public static enum GridCacheUpdateAtomicResult.UpdateOutcome extends Enum<GridCacheUpdateAtomicResult.UpdateOutcome>
| Enum Constant and Description |
|---|
CONFLICT_USE_OLD |
FILTER_FAILED |
INTERCEPTOR_CANCEL |
INVOKE_NO_OP |
REMOVE_NO_VAL |
SUCCESS |
VERSION_CHECK_FAILED |
| Modifier and Type | Method and Description |
|---|---|
boolean |
sendToDht() |
boolean |
success() |
boolean |
updateReadMetrics() |
static GridCacheUpdateAtomicResult.UpdateOutcome |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridCacheUpdateAtomicResult.UpdateOutcome[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridCacheUpdateAtomicResult.UpdateOutcome CONFLICT_USE_OLD
public static final GridCacheUpdateAtomicResult.UpdateOutcome VERSION_CHECK_FAILED
public static final GridCacheUpdateAtomicResult.UpdateOutcome FILTER_FAILED
public static final GridCacheUpdateAtomicResult.UpdateOutcome INVOKE_NO_OP
public static final GridCacheUpdateAtomicResult.UpdateOutcome INTERCEPTOR_CANCEL
public static final GridCacheUpdateAtomicResult.UpdateOutcome REMOVE_NO_VAL
public static final GridCacheUpdateAtomicResult.UpdateOutcome SUCCESS
public static GridCacheUpdateAtomicResult.UpdateOutcome[] values()
for (GridCacheUpdateAtomicResult.UpdateOutcome c : GridCacheUpdateAtomicResult.UpdateOutcome.values()) System.out.println(c);
public static GridCacheUpdateAtomicResult.UpdateOutcome 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 boolean success()
public boolean sendToDht()
public boolean updateReadMetrics()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021