| Interface | Description |
|---|---|
| WithBoundedness |
An interface to be implemented by transformations that have explicitly set
Boundedness. |
| Class | Description |
|---|---|
| AbstractBroadcastStateTransformation<IN1,IN2,OUT> |
Base class for Broadcast State transformations.
|
| AbstractMultipleInputTransformation<OUT> |
Base class for transformations representing the application of a
MultipleInputStreamOperator to input Transformations. |
| BroadcastStateTransformation<IN1,IN2,OUT> |
A non-keyed
AbstractBroadcastStateTransformation. |
| CoFeedbackTransformation<F> |
This represents a feedback point in a topology.
|
| FeedbackTransformation<T> |
This represents a feedback point in a topology.
|
| KeyedBroadcastStateTransformation<KEY,IN1,IN2,OUT> |
A keyed
AbstractBroadcastStateTransformation. |
| KeyedMultipleInputTransformation<OUT> |
AbstractMultipleInputTransformation implementation for keyed streams. |
| LegacySinkTransformation<T> |
This Transformation represents a stream Sink.
|
| LegacySourceTransformation<T> |
This represents a Source.
|
| MultipleInputTransformation<OUT> |
AbstractMultipleInputTransformation implementation for non-keyed streams. |
| OneInputTransformation<IN,OUT> |
This Transformation represents the application of a
OneInputStreamOperator to one input Transformation. |
| PartitionTransformation<T> |
This transformation represents a change of partitioning of the input elements.
|
| PhysicalTransformation<T> |
A
Transformation that creates a physical operation. |
| ReduceTransformation<IN,K> |
A
Transformation that describes a reduce operation on a KeyedStream. |
| SideOutputTransformation<T> |
This transformation represents a selection of a side output of an upstream operation with a given
OutputTag. |
| SinkTransformation<InputT,CommT,WriterStateT,GlobalCommT> |
A
Transformation for Sink. |
| SourceTransformation<OUT,SplitT extends org.apache.flink.api.connector.source.SourceSplit,EnumChkT> |
A
PhysicalTransformation for Source. |
| TimestampsAndWatermarksTransformation<IN> | |
| TwoInputTransformation<IN1,IN2,OUT> |
This Transformation represents the application of a
TwoInputStreamOperator to two input
Transformations. |
| UnionTransformation<T> |
This transformation represents a union of several input
Transformations. |
| Enum | Description |
|---|---|
| ShuffleMode |
The shuffle mode defines the data exchange mode between operators.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.