| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.api.transformations |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractMultipleInputTransformation<OUT>
Base class for transformations representing the application of a
MultipleInputStreamOperator to input Transformations. |
class |
KeyedMultipleInputTransformation<OUT>
AbstractMultipleInputTransformation implementation for keyed streams. |
class |
LegacySourceTransformation<T>
This represents a Source.
|
class |
MultipleInputTransformation<OUT>
AbstractMultipleInputTransformation implementation for non-keyed streams. |
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<OUT>
A
PhysicalTransformation for 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.