Interface | Description |
---|---|
Window<M extends MessageEnvelope,K,WV,WM extends WindowPane<K,WV>> |
Groups incoming
MessageEnvelope s in the MessageStream into finite
windows for processing. |
Class | Description |
---|---|
WindowKey<K> |
Key for a
WindowPane emitted from a Window . |
WindowPane<K,V> |
Specifies the result emitted from a
Window . |
Windows |
APIs for creating different types of
Window s. |
Enum | Description |
---|---|
AccumulationMode |
Specifies how a
Window should process its previously emitted WindowPane s. |