Package | Description |
---|---|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.jet |
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
|
com.hazelcast.jet.aggregate |
Contains
AggregateOperation and its several variants, as well
as a builder object for the aggregate operations. |
com.hazelcast.jet.core |
Jet's Core API.
|
com.hazelcast.jet.core.processor |
Contains static utility classes with factories of Jet processors.
|
com.hazelcast.jet.core.test |
Utilities for writing tests of Core API Processors.
|
com.hazelcast.jet.pipeline |
The Pipeline API is Jet's high-level API to build and execute
distributed computation jobs.
|
Class and Description |
---|
JetService
Jet is a component of Hazelcast to execute streaming or batch
computations.
|
Class and Description |
---|
JetCacheManager
Deprecated.
since 5.0
Use
ICacheManager instead. |
JetException
Base Jet exception.
|
JetInstance
Deprecated.
After 5.0 Jet was merged into core Hazelcast product. Jet
became a service of Hazelcast instead of being an instance of its own
that encapsulates
HazelcastInstance . Please use JetService instead. |
JetService
Jet is a component of Hazelcast to execute streaming or batch
computations.
|
Job |
JobStateSnapshot
A handle to an exported state snapshot created using
Job.exportSnapshot(String) . |
Observable
Represents a flowing sequence of events produced by observable sinks.
|
Traverser
Traverses a potentially infinite sequence of non-
null items. |
Class and Description |
---|
Traverser
Traverses a potentially infinite sequence of non-
null items. |
Class and Description |
---|
JetException
Base Jet exception.
|
JetInstance
Deprecated.
After 5.0 Jet was merged into core Hazelcast product. Jet
became a service of Hazelcast instead of being an instance of its own
that encapsulates
HazelcastInstance . Please use JetService instead. |
Traverser
Traverses a potentially infinite sequence of non-
null items. |
Class and Description |
---|
Traverser
Traverses a potentially infinite sequence of non-
null items. |
Class and Description |
---|
JetInstance
Deprecated.
After 5.0 Jet was merged into core Hazelcast product. Jet
became a service of Hazelcast instead of being an instance of its own
that encapsulates
HazelcastInstance . Please use JetService instead. |
Class and Description |
---|
JetException
Base Jet exception.
|
Observable
Represents a flowing sequence of events produced by observable sinks.
|
Traverser
Traverses a potentially infinite sequence of non-
null items. |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.