Uses of Class
com.hazelcast.jet.JobStateSnapshot
Package
Description
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
-
Uses of JobStateSnapshot in com.hazelcast.jet
Modifier and TypeMethodDescriptionJob.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).Job.exportSnapshot
(String name) Exports a state snapshot and saves it under the given name.JetService.getJobStateSnapshot
(String name) Returns theJobStateSnapshot
object representing an exported snapshot with the given name.Modifier and TypeMethodDescriptionJetService.getJobStateSnapshots()
Returns the collection of exported job state snapshots stored in the cluster.