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