public interface WindowMapFunction<T,O> extends org.apache.flink.api.common.functions.Function, Serializable
WindowedDataStreams. The mapWindow function will be called on each
StreamWindow.| Modifier and Type | Method and Description |
|---|---|
void |
mapWindow(Iterable<T> values,
org.apache.flink.util.Collector<O> out) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.