See: Description
Interface | Description |
---|---|
JetCacheManager | Deprecated
since 5.0
Use
ICacheManager instead. |
JetInstance | Deprecated
After 5.0 Jet was merged into core Hazelcast product.
|
JetService |
Jet is a component of Hazelcast to execute streaming or batch
computations.
|
Job | |
Observable<T> |
Represents a flowing sequence of events produced by observable sinks.
|
Traverser<T> |
Traverses a potentially infinite sequence of non-
null items. |
Class | Description |
---|---|
Jet | Deprecated
After 5.0 Jet was merged into core Hazelcast product.
|
JobStateSnapshot |
A handle to an exported state snapshot created using
Job.exportSnapshot(String) . |
Traversers | |
Util |
Miscellaneous utility methods useful in DAG building logic.
|
Exception | Description |
---|---|
JetException |
Base Jet exception.
|
JobAlreadyExistsException |
Thrown when a named job is submitted while there is an active job
with the same name.
|
RestartableException |
Exception to throw from job-executing methods to indicate a failure that can
be resolved by restarting the job.
|
Pipeline API
and to the Reference
Manual.Copyright © 2022 Hazelcast, Inc.. All rights reserved.