Uses of Class
com.hazelcast.jet.core.DAG
Packages that use 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
Methods in com.hazelcast.jet with parameters of type DAGModifier and TypeMethodDescriptiondefault JobCreates 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 JobJetService.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
Methods in com.hazelcast.jet.core that return DAG - 
Uses of DAG in com.hazelcast.jet.pipeline
Methods in com.hazelcast.jet.pipeline that return DAG