| Package | Description |
|---|---|
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.api.operators.co | |
| org.apache.flink.streaming.api.operators.windowing |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUdfStreamOperator<OUT,F extends org.apache.flink.api.common.functions.Function & Serializable>
This is used as the base class for operators that have a user-defined function.
|
class |
StreamFilter<IN> |
class |
StreamFlatMap<IN,OUT> |
class |
StreamFold<IN,OUT> |
class |
StreamGroupedFold<IN,OUT> |
class |
StreamGroupedReduce<IN> |
class |
StreamMap<IN,OUT> |
class |
StreamReduce<IN> |
class |
StreamSink<IN> |
class |
StreamSource<OUT>
StreamOperator for streaming sources. |
| Modifier and Type | Class and Description |
|---|---|
class |
CoStreamFlatMap<IN1,IN2,OUT> |
class |
CoStreamGroupedReduce<IN1,IN2,OUT> |
class |
CoStreamMap<IN1,IN2,OUT> |
class |
CoStreamReduce<IN1,IN2,OUT> |
class |
CoStreamWindow<IN1,IN2,OUT> |
| Modifier and Type | Class and Description |
|---|---|
class |
ParallelMergeOperator<OUT> |
class |
WindowFolder<IN,OUT>
This operator is used to apply foldWindow transformations on
WindowedDataStreams. |
class |
WindowMapper<IN,OUT>
This operator is used to apply mapWindow transformations on
WindowedDataStreams. |
class |
WindowReducer<IN>
This operator is used to apply reduceWindow transformations on
WindowedDataStreams. |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.