| Package | Description |
|---|---|
| org.apache.ignite.compute |
Contains Compute Grid functionality.
|
| org.apache.ignite.internal |
Contains main implementation.
|
| org.apache.ignite.internal.managers.checkpoint |
TODO.
|
| Modifier and Type | Method and Description |
|---|---|
static 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridJobSessionImpl.saveCheckpoint(String key,
Object state,
ComputeTaskSessionScope scope,
long timeout)
Saves intermediate state of a job to a storage.
|
void |
GridTaskSessionImpl.saveCheckpoint(String key,
Object state,
ComputeTaskSessionScope scope,
long timeout)
Saves intermediate state of a job to a storage.
|
void |
GridJobSessionImpl.saveCheckpoint(String key,
Object state,
ComputeTaskSessionScope scope,
long timeout,
boolean overwrite)
Saves intermediate state of a job or task to a storage.
|
void |
GridTaskSessionImpl.saveCheckpoint(String key,
Object state,
ComputeTaskSessionScope scope,
long timeout,
boolean overwrite)
Saves intermediate state of a job or task to a storage.
|
protected void |
GridTaskSessionImpl.saveCheckpoint0(GridTaskSessionInternal ses,
String key,
Object state,
ComputeTaskSessionScope scope,
long timeout,
boolean overwrite) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GridCheckpointManager.storeCheckpoint(GridTaskSessionInternal ses,
String key,
Object state,
ComputeTaskSessionScope scope,
long timeout,
boolean override) |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.8.0 Release Date : December 5 2016