| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.transformations |
| 限定符和类型 | 类和说明 |
|---|---|
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–2021 The Apache Software Foundation. All rights reserved.