Uses of Class
org.apache.flink.streaming.api.transformations.PhysicalTransformation
-
Packages that use PhysicalTransformation Package Description org.apache.flink.streaming.api.datastream org.apache.flink.streaming.api.transformations -
-
Uses of PhysicalTransformation in org.apache.flink.streaming.api.datastream
Constructors in org.apache.flink.streaming.api.datastream with parameters of type PhysicalTransformation Constructor Description DataStreamSink(PhysicalTransformation<T> transformation) -
Uses of PhysicalTransformation in org.apache.flink.streaming.api.transformations
Subclasses of PhysicalTransformation in org.apache.flink.streaming.api.transformations Modifier and Type Class Description classAbstractBroadcastStateTransformation<IN1,IN2,OUT>Base class for Broadcast State transformations.classAbstractMultipleInputTransformation<OUT>Base class for transformations representing the application of aMultipleInputStreamOperatorto inputTransformations.classBroadcastStateTransformation<IN1,IN2,OUT>A non-keyedAbstractBroadcastStateTransformation.classKeyedBroadcastStateTransformation<KEY,IN1,IN2,OUT>A keyedAbstractBroadcastStateTransformation.classKeyedMultipleInputTransformation<OUT>AbstractMultipleInputTransformationimplementation for keyed streams.classLegacySinkTransformation<T>This Transformation represents a stream Sink.classLegacySourceTransformation<T>This represents a Source.classMultipleInputTransformation<OUT>AbstractMultipleInputTransformationimplementation for non-keyed streams.classOneInputTransformation<IN,OUT>This Transformation represents the application of aOneInputStreamOperatorto one inputTransformation.classReduceTransformation<IN,K>ATransformationthat describes a reduce operation on aKeyedStream.classSinkTransformation<InputT,OutputT>ATransformationforSink.classSourceTransformation<OUT,SplitT extends org.apache.flink.api.connector.source.SourceSplit,EnumChkT>APhysicalTransformationforSource.classTimestampsAndWatermarksTransformation<IN>classTransformationWithLineage<T>ATransformationthat contains lineage information.classTwoInputTransformation<IN1,IN2,OUT>This Transformation represents the application of aTwoInputStreamOperatorto two inputTransformations.
-