public static class GroupedProcessingTimeWindowExample.SummingWindowFunction extends Object implements org.apache.flink.streaming.api.functions.windowing.WindowFunction<org.apache.flink.api.java.tuple.Tuple2<Long,Long>,org.apache.flink.api.java.tuple.Tuple2<Long,Long>,Long,org.apache.flink.streaming.api.windowing.windows.Window>
| Constructor and Description |
|---|
SummingWindowFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Long key,
org.apache.flink.streaming.api.windowing.windows.Window window,
Iterable<org.apache.flink.api.java.tuple.Tuple2<Long,Long>> values,
org.apache.flink.util.Collector<org.apache.flink.api.java.tuple.Tuple2<Long,Long>> out) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.