Uses of Class
com.hazelcast.jet.JobStateSnapshot
Packages that use JobStateSnapshot
Package
Description
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
-
Uses of JobStateSnapshot in com.hazelcast.jet
Methods in com.hazelcast.jet that return JobStateSnapshotModifier 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.Methods in com.hazelcast.jet that return types with arguments of type JobStateSnapshotModifier and TypeMethodDescriptionJetService.getJobStateSnapshots()
Returns the collection of exported job state snapshots stored in the cluster.