| Package | Description |
|---|---|
| com.hazelcast.jet |
The Pipeline API is Jet's high-level API to build and execute
distributed computation jobs.
|
| com.hazelcast.jet.aggregate |
Contains
AggregateOperation and several its variants, as well
as a builder object for the aggregate operations. |
| com.hazelcast.jet.datamodel |
Generic data containers used by the Pipeline API.
|
| Class and Description |
|---|
| ItemsByTag
A heterogeneous map from
Tag<E> to E, where E
can be different for each tag. |
| Tag
A tag object useful as a key in heterogeneous maps.
|
| Tuple2
A 2-tuple (pair) of statically typed fields.
|
| Tuple3
A 3-tuple (triple) of statically typed fields.
|
| Class and Description |
|---|
| Tag
A tag object useful as a key in heterogeneous maps.
|
| Class and Description |
|---|
| BagsByTag
A heterogeneous map from
Tag<E> to Collection<E>, where
E can be different for each tag. |
| ItemsByTag
A heterogeneous map from
Tag<E> to E, where E
can be different for each tag. |
| Tag
A tag object useful as a key in heterogeneous maps.
|
| ThreeBags
A container of three bags (collections), each with its own element
type.
|
| Tuple2
A 2-tuple (pair) of statically typed fields.
|
| Tuple3
A 3-tuple (triple) of statically typed fields.
|
| TwoBags
A container of two bags (collections), each with its own element
type.
|
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.