Uses of Package
com.hazelcast.jet
Package
Description
Provides core API interfaces/classes.
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
Contains
AggregateOperation
and its several variants, as well
as a builder object for the aggregate operations.Jet's Core API.
Contains static utility classes with factories of Jet processors.
Utilities for writing tests of Core API Processors.
The Pipeline API is Jet's high-level API to build and execute
distributed computation jobs.
-
ClassDescriptionJet is a component of Hazelcast to execute streaming or batch computations.
-
ClassDescriptionDeprecated.Base Jet exception.Deprecated.After 5.0 Jet was merged into core Hazelcast product.Selects the members on which a specific job will run.Jet is a component of Hazelcast to execute streaming or batch computations.A handle to an exported state snapshot created using
Job.exportSnapshot(String)
.Holds information about a job's state (status) transition, reason for the transition, and whether it is user-initiated.Invoked upon job status change.Represents a flowing sequence of events produced by observable sinks.Traverses a potentially infinite sequence of non-null
items. -
-
ClassDescriptionBase Jet exception.Deprecated.After 5.0 Jet was merged into core Hazelcast product.Selects the members on which a specific job will run.Traverses a potentially infinite sequence of non-
null
items. -
-
-
ClassDescriptionBase Jet exception.Represents a flowing sequence of events produced by observable sinks.Traverses a potentially infinite sequence of non-
null
items.
ICacheManager
instead.