Package | Description |
---|---|
org.apache.ignite.compute |
Contains Compute Grid functionality.
|
Modifier and Type | Method and Description |
---|---|
static @Nullable ComputeTaskSessionScope |
ComputeTaskSessionScope.fromOrdinal(byte ord)
Efficiently gets enumerated value from its ordinal.
|
static ComputeTaskSessionScope |
ComputeTaskSessionScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputeTaskSessionScope[] |
ComputeTaskSessionScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ComputeTaskSession.saveCheckpoint(String key,
Object state,
ComputeTaskSessionScope scope,
long timeout)
Saves intermediate state of a job to a storage.
|
void |
ComputeTaskSession.saveCheckpoint(String key,
Object state,
ComputeTaskSessionScope scope,
long timeout,
boolean overwrite)
Saves intermediate state of a job or task to a storage.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019