| Package | Description |
|---|---|
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.api.operators.co | |
| org.apache.flink.streaming.runtime.operators |
This package contains the operators that perform the stream transformations.
|
| org.apache.flink.streaming.runtime.operators.windowing |
This package contains the operators that implement the various window operations
on data streams.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StreamFilter<IN> |
class |
StreamFlatMap<IN,OUT> |
class |
StreamGroupedFold<IN,OUT,KEY> |
class |
StreamGroupedReduce<IN> |
class |
StreamMap<IN,OUT> |
class |
StreamSink<IN> |
class |
StreamSource<T>
StreamOperator for streaming sources. |
| Modifier and Type | Class and Description |
|---|---|
class |
CoStreamFlatMap<IN1,IN2,OUT> |
class |
CoStreamMap<IN1,IN2,OUT> |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtractTimestampsOperator<T>
A
StreamOperator for extracting timestamps
from user elements and assigning them as the internal timestamp of the StreamRecord. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAlignedProcessingTimeWindowOperator<KEY,IN,OUT,STATE,F extends Function> |
class |
AccumulatingProcessingTimeWindowOperator<KEY,IN,OUT> |
class |
AggregatingProcessingTimeWindowOperator<KEY,IN> |
class |
EvictingNonKeyedWindowOperator<IN,OUT,W extends Window>
Evicting window operator for non-keyed windows.
|
class |
EvictingWindowOperator<K,IN,OUT,W extends Window>
A
WindowOperator that also allows an Evictor to be used. |
class |
NonKeyedWindowOperator<IN,OUT,W extends Window>
Window operator for non-keyed windows.
|
class |
WindowOperator<K,IN,OUT,W extends Window>
An operator that implements the logic for windowing based on a
WindowAssigner and
Trigger. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.