Uses of Class
com.hazelcast.jet.core.DAG
Package
Description
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
Jet's Core API.
The Pipeline API is Jet's high-level API to build and execute
distributed computation jobs.
-
Uses of DAG in com.hazelcast.jet
Modifier and TypeMethodDescriptiondefault 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.JetService.newJobIfAbsent
(DAG dag, JobConfig config) Creates and returns a Jet job based on the supplied DAG 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. -
Uses of DAG in com.hazelcast.jet.core
-
Uses of DAG in com.hazelcast.jet.pipeline