| Package | Description |
|---|---|
| org.apache.flink.streaming.api.windowing.windowbuffer |
| Modifier and Type | Class and Description |
|---|---|
class |
SlidingCountGroupedPreReducer<T> |
class |
SlidingCountPreReducer<T> |
class |
SlidingGroupedPreReducer<T> |
class |
SlidingTimeGroupedPreReducer<T>
Non-grouped pre-reducer for sliding time eviction policy.
|
class |
SlidingTimePreReducer<T>
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).
|
| Modifier and Type | Method and Description |
|---|---|
abstract SlidingPreReducer<T> |
SlidingPreReducer.clone() |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.