Package org.apache.flink.streaming.api.transformations
package org.apache.flink.streaming.api.transformations
-
ClassDescriptionAbstractBroadcastStateTransformation<IN1,
IN2, OUT> Base class for Broadcast State transformations.Base class for transformations representing the application of aMultipleInputStreamOperatorto inputTransformations.BroadcastStateTransformation<IN1,IN2, OUT> A non-keyedAbstractBroadcastStateTransformation.When in batch mode, theCacheTransformationrepresents the intermediate result of the upper stream should be cached when it is computed at the first time.GlobalCommitterTransform<CommT>Transformation for global committer.KeyedBroadcastStateTransformation<KEY,IN1, IN2, OUT> A keyedAbstractBroadcastStateTransformation.AbstractMultipleInputTransformationimplementation for keyed streams.This Transformation represents a stream Sink.This represents a Source.AbstractMultipleInputTransformationimplementation for non-keyed streams.OneInputTransformation<IN,OUT> This Transformation represents the application of aOneInputStreamOperatorto one inputTransformation.This transformation represents a change of partitioning of the input elements.ATransformationthat creates a physical operation.ReduceTransformation<IN,K> ATransformationthat describes a reduce operation on aKeyedStream.This transformation represents a selection of a side output of an upstream operation with a givenOutputTag.SinkTransformation<InputT,OutputT> ATransformationforSink.SourceTransformation<OUT,SplitT extends org.apache.flink.api.connector.source.SourceSplit, EnumChkT> APhysicalTransformationforSource.This Transformation is a phantom transformation which is used to expose a default parallelism to downstream.The data exchange mode between operators duringStreamGraphgeneration.ATransformationthat contains lineage information.TwoInputTransformation<IN1,IN2, OUT> This Transformation represents the application of aTwoInputStreamOperatorto two inputTransformations.This transformation represents a union of several inputTransformations.An interface to be implemented by transformations that have explicitly setBoundedness.