| Package | Description |
|---|---|
| org.apache.flink.streaming.api.windowing.windowbuffer |
| Modifier and Type | Class and Description |
|---|---|
class |
JumpingCountPreReducer<T>
Non-grouped pre-reducer for jumping time eviction policy
(the policies are based on count, and the slide size is larger than the window size).
|
class |
JumpingTimePreReducer<T>
Non-grouped pre-reducer for jumping time eviction policy
(the policies are based on time, and the slide size is larger than the window size).
|
| Modifier and Type | Method and Description |
|---|---|
TumblingPreReducer<T> |
TumblingPreReducer.clone() |
TumblingPreReducer<T> |
TumblingPreReducer.noEvict() |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.