Package | Description |
---|---|
com.hazelcast.jet |
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Job
|
Modifier and Type | Method and Description |
---|---|
LightJob |
JetInstance.newLightJob(DAG dag)
Submits a job defined in the Core API.
|
LightJob |
JetInstance.newLightJob(Pipeline p)
Submits a light job for execution.
|
Copyright © 2021 Hazelcast, Inc.. All rights reserved.