public static enum AuthoritativeTierOperationOutcomes.ComputeIfAbsentAndFaultOutcome extends java.lang.Enum<AuthoritativeTierOperationOutcomes.ComputeIfAbsentAndFaultOutcome> implements AuthoritativeTierOperationOutcomes
AuthoritativeTierOperationOutcomes.ComputeIfAbsentAndFaultOutcome, AuthoritativeTierOperationOutcomes.FlushOutcome, AuthoritativeTierOperationOutcomes.GetAndFaultOutcome
Enum Constant and Description |
---|
HIT
hit
|
NOOP
no-op
|
PUT
mapping installed
|
Modifier and Type | Method and Description |
---|---|
static AuthoritativeTierOperationOutcomes.ComputeIfAbsentAndFaultOutcome |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuthoritativeTierOperationOutcomes.ComputeIfAbsentAndFaultOutcome[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthoritativeTierOperationOutcomes.ComputeIfAbsentAndFaultOutcome HIT
public static final AuthoritativeTierOperationOutcomes.ComputeIfAbsentAndFaultOutcome PUT
public static final AuthoritativeTierOperationOutcomes.ComputeIfAbsentAndFaultOutcome NOOP
public static AuthoritativeTierOperationOutcomes.ComputeIfAbsentAndFaultOutcome[] values()
for (AuthoritativeTierOperationOutcomes.ComputeIfAbsentAndFaultOutcome c : AuthoritativeTierOperationOutcomes.ComputeIfAbsentAndFaultOutcome.values()) System.out.println(c);
public static AuthoritativeTierOperationOutcomes.ComputeIfAbsentAndFaultOutcome 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