Uses of Interface
com.hazelcast.jet.Job
Package
Description
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
-
Uses of Job in com.hazelcast.jet
Modifier and TypeMethodDescriptionJetService.getJob
(long jobId) Returns the job with the given id ornull
if no such job could be found.default Job
Returns the active or last submitted job with the given name ornull
if no such job could be found.default Job
Creates and returns a Jet job based on the supplied DAG.Creates and returns a Jet job based on the supplied DAG and job configuration.default Job
Creates and returns an executable job based on the supplied pipeline.Creates and returns a Jet job based on the supplied pipeline and job configuration.JetService.newJobIfAbsent
(DAG dag, JobConfig config) Creates and returns a Jet job based on the supplied DAG and job configuration.JetService.newJobIfAbsent
(Pipeline pipeline, JobConfig config) Creates and returns a Jet job based on the supplied pipeline and job configuration.default Job
JetService.newLightJob
(DAG dag) Submits a job defined in the Core API with a default config.JetService.newLightJob
(DAG dag, JobConfig config) Submits a job defined in the Core API.default Job
JetService.newLightJob
(Pipeline p) Submits a new light job with a default config.JetService.newLightJob
(Pipeline p, JobConfig config) Submits a light job for execution.