| Modifier and Type | Method and Description |
|---|---|
<OUT> SingleOutputStreamOperator<OUT,?> |
ConnectedDataStream.flatMap(CoFlatMapFunction<IN1,IN2,OUT> coFlatMapper)
Applies a CoFlatMap transformation on a
ConnectedDataStream 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
ParallelGroupedMerge<OUT>
The version of the ParallelMerge CoFlatMap that does not reduce the incoming
elements only appends them to the current window.
|
class |
ParallelMerge<OUT>
Class that encapsulates the functionality necessary to merge windows created
in parallel.
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.