public class JumpingCountPreReducer<T> extends TumblingPreReducer<T>
emitEmpty, emitPerGroup, nextID, sequentialID| Constructor and Description |
|---|
JumpingCountPreReducer(org.apache.flink.api.common.functions.ReduceFunction<T> reducer,
org.apache.flink.api.common.typeutils.TypeSerializer<T> serializer,
long countToSkip) |
| Modifier and Type | Method and Description |
|---|---|
void |
emitWindow(org.apache.flink.util.Collector<StreamWindow<T>> collector) |
void |
store(T element) |
clone, emitEmpty, evict, noEvict, toStringcreateEmptyWindow, sequentialIDpublic void emitWindow(org.apache.flink.util.Collector<StreamWindow<T>> collector)
emitWindow in class TumblingPreReducer<T>Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.