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