| Package | Description |
|---|---|
| org.apache.flink.streaming.api.datastream | |
| org.apache.flink.streaming.api.operators.co |
| Modifier and Type | Method and Description |
|---|---|
<R> SingleOutputStreamOperator<R> |
ConnectedStreams.process(CoProcessFunction<IN1,IN2,R> coProcessFunction)
Applies the given
CoProcessFunction on the connected input streams, thereby creating
a transformed output stream. |
<R> SingleOutputStreamOperator<R> |
ConnectedStreams.process(CoProcessFunction<IN1,IN2,R> coProcessFunction,
org.apache.flink.api.common.typeinfo.TypeInformation<R> outputType)
Applies the given
CoProcessFunction on the connected input streams, thereby creating
a transformed output stream. |
| Constructor and Description |
|---|
CoProcessOperator(CoProcessFunction<IN1,IN2,OUT> flatMapper) |
LegacyKeyedCoProcessOperator(CoProcessFunction<IN1,IN2,OUT> flatMapper)
Deprecated.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.