| Package | Description |
|---|---|
| org.apache.flink.streaming.api.operators.windowing | |
| org.apache.flink.streaming.api.windowing.windowbuffer |
| Class and Description |
|---|
| WindowBuffer
Class for defining specialized buffers to store/emit window data.
|
| Class and Description |
|---|
| BasicWindowBuffer
Basic window buffer that stores the elements in a simple list without any
pre-aggregation.
|
| PreAggregator
Interface for marking window pre-aggregators that fully process the window so
that no further reduce step is necessary afterwards.
|
| SlidingCountGroupedPreReducer |
| SlidingCountPreReducer |
| SlidingGroupedPreReducer |
| SlidingPreReducer |
| SlidingTimeGroupedPreReducer
Non-grouped pre-reducer for sliding time eviction policy.
|
| SlidingTimePreReducer
Non-grouped pre-reducer for sliding time eviction policy
(the policies are based on time, and the slide size is smaller than the window size).
|
| TumblingGroupedPreReducer
Grouped pre-reducer for tumbling eviction polciy.
|
| TumblingPreReducer
Non-grouped pre-reducer for tumbling eviction policy (the slide size is the
same as the window size).
|
| WindowBuffer
Class for defining specialized buffers to store/emit window data.
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.