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