See: Description
| Class | 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. |
| Session<K,R> |
Holds the aggregated result of a session window.
|
| Tag<T> |
A tag object useful as a key in heterogeneous maps.
|
| ThreeBags<E0,E1,E2> |
A container of three bags (collections), each with its own element
type.
|
| TimestampedEntry<K,V> |
A
Map.Entry extended with a long timestamp, used for
event time-based data processing. |
| Tuple2<E0,E1> |
A 2-tuple (pair) of statically typed fields.
|
| Tuple3<E0,E1,E2> |
A 3-tuple (triple) of statically typed fields.
|
| TwoBags<E0,E1> |
A container of two bags (collections), each with its own element
type.
|
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.