Uses of Class
org.apache.flink.streaming.api.transformations.SideOutputTransformation
Packages that use SideOutputTransformation
Package
Description
-
Uses of SideOutputTransformation in org.apache.flink.streaming.api.datastream
Constructors in org.apache.flink.streaming.api.datastream with parameters of type SideOutputTransformationModifierConstructorDescriptionSideOutputDataStream(StreamExecutionEnvironment environment, SideOutputTransformation<T> transformation) Creates a newSideOutputDataStreamin the given execution environment. -
Uses of SideOutputTransformation in org.apache.flink.streaming.runtime.translators
Methods in org.apache.flink.streaming.runtime.translators with parameters of type SideOutputTransformationModifier and TypeMethodDescriptionprotected Collection<Integer>SideOutputTransformationTranslator.translateForBatchInternal(SideOutputTransformation<OUT> transformation, TransformationTranslator.Context context) protected Collection<Integer>SideOutputTransformationTranslator.translateForStreamingInternal(SideOutputTransformation<OUT> transformation, TransformationTranslator.Context context)