public static final class StockPrices.WindowMean extends Object implements WindowMapFunction<StockPrices.StockPrice,StockPrices.StockPrice>
| Constructor and Description |
|---|
WindowMean() |
| Modifier and Type | Method and Description |
|---|---|
void |
mapWindow(Iterable<StockPrices.StockPrice> values,
org.apache.flink.util.Collector<StockPrices.StockPrice> out) |
public void mapWindow(Iterable<StockPrices.StockPrice> values, org.apache.flink.util.Collector<StockPrices.StockPrice> out) throws Exception
mapWindow in interface WindowMapFunction<StockPrices.StockPrice,StockPrices.StockPrice>ExceptionCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.