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. |
| Tag<T> |
A tag object useful as a key in heterogeneous maps.
|
| ThreeBags<T0,T1,T2> |
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. |
| TimestampedItem<T> |
Represents a data item with the event timestamp added to it.
|
| Tuple2<E0,E1> |
An immutable 2-tuple (pair) of statically typed fields.
|
| Tuple3<E0,E1,E2> |
An immutable 3-tuple (triple) of statically typed fields.
|
| TwoBags<T0,T1> |
A container of two bags (collections), each with its own element
type.
|
| WindowResult<K,R> |
Holds the result of a group-and-aggregate operation performed in a time
window.
|
Copyright © 2018 Hazelcast, Inc.. All rights reserved.