public interface CoWindowFunction<IN1,IN2,O> extends org.apache.flink.api.common.functions.Function, Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
coWindow(List<IN1> first,
List<IN2> second,
org.apache.flink.util.Collector<O> out) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.