public abstract class RichWindowMapFunction<IN,OUT> extends org.apache.flink.api.common.functions.AbstractRichFunction implements WindowMapFunction<IN,OUT>
WindowedDataStreams. The mapWindow function will be called on each
StreamWindow. In addition the user can access the functionality
provided by the RichFunction interface.| Constructor and Description |
|---|
RichWindowMapFunction() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
mapWindow(Iterable<IN> values,
org.apache.flink.util.Collector<OUT> out) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.