public static enum DrCacheCommand.Action extends Enum<DrCacheCommand.Action> implements CommandArg
| Enum Constant and Description |
|---|
FULL_STATE_TRANSFER
Full state transfer.
|
START
Start.
|
STOP
Stop.
|
| Modifier and Type | Method and Description |
|---|---|
String |
argName() |
String |
toString() |
static DrCacheCommand.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrCacheCommand.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DrCacheCommand.Action STOP
public static final DrCacheCommand.Action START
public static final DrCacheCommand.Action FULL_STATE_TRANSFER
public static DrCacheCommand.Action[] values()
for (DrCacheCommand.Action c : DrCacheCommand.Action.values()) System.out.println(c);
public static DrCacheCommand.Action 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 nullpublic String argName()
argName in interface CommandArgpublic String toString()
toString in class Enum<DrCacheCommand.Action>
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.30 Release Date : February 17 2026