Uses of Package
com.hazelcast.jet
Packages that use 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.
-
Classes in com.hazelcast.jet used by com.hazelcast.coreClassDescriptionJet is a component of Hazelcast to execute streaming or batch computations.
-
Classes in com.hazelcast.jet used by com.hazelcast.jetClassDescriptionDeprecated.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. -
Classes in com.hazelcast.jet used by com.hazelcast.jet.aggregate
-
Classes in com.hazelcast.jet used by com.hazelcast.jet.coreClassDescriptionBase 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. -
Classes in com.hazelcast.jet used by com.hazelcast.jet.core.processor
-
Classes in com.hazelcast.jet used by com.hazelcast.jet.core.test
-
Classes in com.hazelcast.jet used by com.hazelcast.jet.pipelineClassDescriptionBase Jet exception.Represents a flowing sequence of events produced by observable sinks.Traverses a potentially infinite sequence of non-
null
items.
ICacheManager
instead.