| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.datastream | |
| org.apache.flink.streaming.api.functions.co | |
| org.apache.flink.streaming.api.operators.co |
| 限定符和类型 | 方法和说明 |
|---|---|
<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. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RichCoFlatMapFunction<IN1,IN2,OUT>
A RichCoFlatMapFunction represents a FlatMap transformation with two different input
types.
|
| 构造器和说明 |
|---|
CoStreamFlatMap(CoFlatMapFunction<IN1,IN2,OUT> flatMapper) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.