| Package | Description |
|---|---|
| org.apache.flink.streaming.api.datastream | |
| org.apache.flink.streaming.api.functions.co | |
| org.apache.flink.streaming.api.operators.co |
| Modifier and Type | Method and Description |
|---|---|
<R> SingleOutputStreamOperator<R> |
ConnectedStreams.flatMap(CoFlatMapFunction<IN1,IN2,R> coFlatMapper)
Applies a CoFlatMap transformation on a
ConnectedStreams and maps the output to a
common type. |
<R> SingleOutputStreamOperator<R> |
ConnectedStreams.flatMap(CoFlatMapFunction<IN1,IN2,R> coFlatMapper,
org.apache.flink.api.common.typeinfo.TypeInformation<R> outputType)
Applies a CoFlatMap transformation on a
ConnectedStreams and maps the output to a
common type. |
| Modifier and Type | Class and Description |
|---|---|
class |
RichCoFlatMapFunction<IN1,IN2,OUT>
A RichCoFlatMapFunction represents a FlatMap transformation with two different input types.
|
| Constructor and Description |
|---|
CoStreamFlatMap(CoFlatMapFunction<IN1,IN2,OUT> flatMapper) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.