public static enum CachingTierOperationOutcomes.InvalidateAllOutcome extends java.lang.Enum<CachingTierOperationOutcomes.InvalidateAllOutcome> implements CachingTierOperationOutcomes
CachingTierOperationOutcomes.GetOrComputeIfAbsentOutcome, CachingTierOperationOutcomes.InvalidateAllOutcome, CachingTierOperationOutcomes.InvalidateAllWithHashOutcome, CachingTierOperationOutcomes.InvalidateOutcome
Enum Constant and Description |
---|
FAILURE
entries invalidated, with errors
|
SUCCESS
entries invalidated, without errors
|
Modifier and Type | Method and Description |
---|---|
static CachingTierOperationOutcomes.InvalidateAllOutcome |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CachingTierOperationOutcomes.InvalidateAllOutcome[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CachingTierOperationOutcomes.InvalidateAllOutcome SUCCESS
public static final CachingTierOperationOutcomes.InvalidateAllOutcome FAILURE
public static CachingTierOperationOutcomes.InvalidateAllOutcome[] values()
for (CachingTierOperationOutcomes.InvalidateAllOutcome c : CachingTierOperationOutcomes.InvalidateAllOutcome.values()) System.out.println(c);
public static CachingTierOperationOutcomes.InvalidateAllOutcome 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