| Package | Description |
|---|---|
| org.apache.flink.streaming.api.transformations |
| Modifier and Type | Class and Description |
|---|---|
class |
OneInputTransformation<IN,OUT>
This Transformation represents the application of a
OneInputStreamOperator to one input
Transformation. |
class |
SinkTransformation<T>
This Transformation represents a Sink.
|
class |
SourceTransformation<T>
This represents a Source.
|
class |
TwoInputTransformation<IN1,IN2,OUT>
This Transformation represents the application of a
TwoInputStreamOperator to two input Transformations. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.