public static enum ComputeJobView.ComputeJobState extends Enum<ComputeJobView.ComputeJobState>
Enum Constant and Description |
---|
ACTIVE
Job scheduled for the execution.
|
CANCELED
Job execution canceled.
|
PASSIVE
If collision configured jobs may be passivated before execution.
|
Modifier and Type | Method and Description |
---|---|
static ComputeJobView.ComputeJobState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputeJobView.ComputeJobState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComputeJobView.ComputeJobState ACTIVE
GridCollisionManager
,
CollisionSpi
public static final ComputeJobView.ComputeJobState PASSIVE
GridCollisionManager
,
CollisionSpi
public static final ComputeJobView.ComputeJobState CANCELED
GridJobProcessor.cancelJob(IgniteUuid, IgniteUuid, boolean)
public static ComputeJobView.ComputeJobState[] values()
for (ComputeJobView.ComputeJobState c : ComputeJobView.ComputeJobState.values()) System.out.println(c);
public static ComputeJobView.ComputeJobState 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
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024