public enum KillSubcommand extends Enum<KillSubcommand>
KillCommand,
QueryMXBean,
ComputeMXBean,
TransactionsMXBean,
ServiceMXBean,
SnapshotMXBean| Enum Constant and Description |
|---|
COMPUTE
Kill compute task.
|
CONSISTENCY
Kill consistency tasks.
|
CONTINUOUS
Kill continuous query.
|
SCAN
Kill scan query.
|
SERVICE
Kill service.
|
SNAPSHOT
Kill snapshot operation.
|
SQL
Kill sql query.
|
TRANSACTION
Kill transaction.
|
| Modifier and Type | Method and Description |
|---|---|
static KillSubcommand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KillSubcommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KillSubcommand COMPUTE
public static final KillSubcommand TRANSACTION
public static final KillSubcommand SERVICE
public static final KillSubcommand SQL
public static final KillSubcommand SCAN
public static final KillSubcommand CONTINUOUS
public static final KillSubcommand SNAPSHOT
public static final KillSubcommand CONSISTENCY
public static KillSubcommand[] values()
for (KillSubcommand c : KillSubcommand.values()) System.out.println(c);
public static KillSubcommand 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 null
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022