| 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.map(CoMapFunction<IN1,IN2,R> coMapper)
Applies a CoMap transformation on a
ConnectedStreams and maps
the output to a common type. |
| Modifier and Type | Class and Description |
|---|---|
class |
RichCoMapFunction<IN1,IN2,OUT>
A RichCoMapFunction represents a Map transformation with two different input
types.
|
| Constructor and Description |
|---|
CoStreamMap(CoMapFunction<IN1,IN2,OUT> mapper) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.