public static enum CacheOperationOutcomes.NonStopOperationOutcomes extends Enum<CacheOperationOutcomes.NonStopOperationOutcomes>
| Enum Constant and Description |
|---|
FAILURE
failure
|
REJOIN_TIMEOUT
The rejoin driven timeout
|
SUCCESS
The success.
|
TIMEOUT
The timeout.
|
| Modifier and Type | Method and Description |
|---|---|
static CacheOperationOutcomes.NonStopOperationOutcomes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheOperationOutcomes.NonStopOperationOutcomes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheOperationOutcomes.NonStopOperationOutcomes SUCCESS
public static final CacheOperationOutcomes.NonStopOperationOutcomes FAILURE
public static final CacheOperationOutcomes.NonStopOperationOutcomes REJOIN_TIMEOUT
public static final CacheOperationOutcomes.NonStopOperationOutcomes TIMEOUT
public static CacheOperationOutcomes.NonStopOperationOutcomes[] values()
for (CacheOperationOutcomes.NonStopOperationOutcomes c : CacheOperationOutcomes.NonStopOperationOutcomes.values()) System.out.println(c);
public static CacheOperationOutcomes.NonStopOperationOutcomes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright 2001-2021, Terracotta, Inc.