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