| Interface | Description |
|---|---|
| CoFlatMapFunction<IN1,IN2,OUT> |
A CoFlatMapFunction represents a FlatMap transformation with two different
input types.
|
| CoMapFunction<IN1,IN2,OUT> |
A CoMapFunction represents a Map transformation with two different input
types.
|
| CoReduceFunction<IN1,IN2,OUT> |
The CoReduceFunction interface represents a Reduce transformation with two
different input streams.
|
| CoWindowFunction<IN1,IN2,O> |
| Class | Description |
|---|---|
| CrossWindowFunction<IN1,IN2,OUT> | |
| JoinWindowFunction<IN1,IN2,OUT> | |
| RichCoFlatMapFunction<IN1,IN2,OUT> |
A RichCoFlatMapFunction represents a FlatMap transformation with two different input
types.
|
| RichCoMapFunction<IN1,IN2,OUT> |
A RichCoMapFunction represents a Map transformation with two different input
types.
|
| RichCoReduceFunction<IN1,IN2,OUT> |
A RichCoReduceFunction represents a Reduce transformation with two different input
types.
|
| RichCoWindowFunction<IN1,IN2,O> |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.