public static enum CachingTierOperationOutcomes.GetOrComputeIfAbsentOutcome extends java.lang.Enum<CachingTierOperationOutcomes.GetOrComputeIfAbsentOutcome> implements CachingTierOperationOutcomes
CachingTierOperationOutcomes.GetOrComputeIfAbsentOutcome, CachingTierOperationOutcomes.InvalidateAllOutcome, CachingTierOperationOutcomes.InvalidateAllWithHashOutcome, CachingTierOperationOutcomes.InvalidateOutcome| Enum Constant and Description | 
|---|
| FAULT_FAILEDfault failed | 
| FAULT_FAILED_MISSfault missed | 
| FAULTEDfault from lower tier | 
| HIThit in the tier | 
| MISSmiss | 
| Modifier and Type | Method and Description | 
|---|---|
| static CachingTierOperationOutcomes.GetOrComputeIfAbsentOutcome | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static CachingTierOperationOutcomes.GetOrComputeIfAbsentOutcome[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final CachingTierOperationOutcomes.GetOrComputeIfAbsentOutcome HIT
public static final CachingTierOperationOutcomes.GetOrComputeIfAbsentOutcome FAULTED
public static final CachingTierOperationOutcomes.GetOrComputeIfAbsentOutcome FAULT_FAILED
public static final CachingTierOperationOutcomes.GetOrComputeIfAbsentOutcome FAULT_FAILED_MISS
public static final CachingTierOperationOutcomes.GetOrComputeIfAbsentOutcome MISS
public static CachingTierOperationOutcomes.GetOrComputeIfAbsentOutcome[] values()
for (CachingTierOperationOutcomes.GetOrComputeIfAbsentOutcome c : CachingTierOperationOutcomes.GetOrComputeIfAbsentOutcome.values()) System.out.println(c);
public static CachingTierOperationOutcomes.GetOrComputeIfAbsentOutcome 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