See: Description
| Class | Description |
|---|---|
| GridStreamerBoundedSizeBatchWindow<E> |
Window that is bounded by size and accumulates events to batches.
|
| GridStreamerBoundedSizeSortedWindow<E> |
Size-bounded sorted window.
|
| GridStreamerBoundedSizeWindow<E> |
Queue window bounded by number of elements in queue.
|
| GridStreamerBoundedTimeBatchWindow<E> |
Window that accumulates events in batches, and is bounded by time and maximum number of batches.
|
| GridStreamerBoundedTimeWindow<E> |
Window which is bounded by size and time interval.
|
| GridStreamerUnboundedWindow<E> |
Unbounded window which holds all events.
|
| GridStreamerWindowAdapter<E> |
Streamer window adapter.
|
Copyright © 2014. All rights reserved.