public static enum StoreOperationOutcomes.ComputeIfAbsentOutcome extends java.lang.Enum<StoreOperationOutcomes.ComputeIfAbsentOutcome> implements StoreOperationOutcomes
StoreOperationOutcomes.ComputeIfAbsentOutcome, StoreOperationOutcomes.ComputeOutcome, StoreOperationOutcomes.ConditionalRemoveOutcome, StoreOperationOutcomes.ConditionalReplaceOutcome, StoreOperationOutcomes.EvictionOutcome, StoreOperationOutcomes.ExpirationOutcome, StoreOperationOutcomes.GetOutcome, StoreOperationOutcomes.PutIfAbsentOutcome, StoreOperationOutcomes.PutOutcome, StoreOperationOutcomes.RemoveOutcome, StoreOperationOutcomes.ReplaceOutcome
Modifier and Type | Method and Description |
---|---|
static StoreOperationOutcomes.ComputeIfAbsentOutcome |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StoreOperationOutcomes.ComputeIfAbsentOutcome[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StoreOperationOutcomes.ComputeIfAbsentOutcome HIT
public static final StoreOperationOutcomes.ComputeIfAbsentOutcome PUT
public static final StoreOperationOutcomes.ComputeIfAbsentOutcome NOOP
public static StoreOperationOutcomes.ComputeIfAbsentOutcome[] values()
for (StoreOperationOutcomes.ComputeIfAbsentOutcome c : StoreOperationOutcomes.ComputeIfAbsentOutcome.values()) System.out.println(c);
public static StoreOperationOutcomes.ComputeIfAbsentOutcome valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null