Package | Description |
---|---|
com.hazelcast.jet |
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
|
Modifier and Type | Method and Description |
---|---|
JobStateSnapshot |
Job.cancelAndExportSnapshot(String name)
Exports and saves a state snapshot with the given name, and then cancels
the job without processing any more data after the barrier (graceful
cancellation).
|
JobStateSnapshot |
Job.exportSnapshot(String name)
Exports a state snapshot and saves it under the given name.
|
JobStateSnapshot |
JetService.getJobStateSnapshot(String name)
Returns the
JobStateSnapshot object representing an exported
snapshot with the given name. |
Modifier and Type | Method and Description |
---|---|
Collection<JobStateSnapshot> |
JetService.getJobStateSnapshots()
Returns the collection of exported job state snapshots stored in the
cluster.
|
Copyright © 2022 Hazelcast, Inc.. All rights reserved.