| Class | Description |
|---|---|
| CoFeedbackTransformation<F> |
This represents a feedback point in a topology.
|
| FeedbackTransformation<T> |
This represents a feedback point in a topology.
|
| OneInputTransformation<IN,OUT> |
This Transformation represents the application of a
OneInputStreamOperator to one input
StreamTransformation. |
| PartitionTransformation<T> |
This transformation represents a change of partitioning of the input elements.
|
| SelectTransformation<T> |
This transformation represents a selection of only certain upstream elements.
|
| SinkTransformation<T> |
This Transformation represents a Sink.
|
| SourceTransformation<T> |
This represents a Source.
|
| SplitTransformation<T> |
This transformation represents a split of one
DataStream into several DataStreams
using an OutputSelector. |
| StreamTransformation<T> |
A
StreamTransformation represents the operation that creates a
DataStream. |
| TwoInputTransformation<IN1,IN2,OUT> |
This Transformation represents the application of a
TwoInputStreamOperator to two input
StreamTransformations. |
| UnionTransformation<T> |
This transformation represents a union of several input
StreamTransformations. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.