public abstract class RichCoWindowFunction<IN1,IN2,O> extends org.apache.flink.api.common.functions.AbstractRichFunction implements CoWindowFunction<IN1,IN2,O>
| Constructor and Description |
|---|
RichCoWindowFunction() |
| Modifier and Type | Method and Description |
|---|---|
abstract 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.