Uses of Class
org.apache.flink.streaming.api.transformations.SideOutputTransformation
-
Packages that use SideOutputTransformation Package Description org.apache.flink.streaming.api.datastream org.apache.flink.streaming.runtime.translators -
-
Uses of SideOutputTransformation in org.apache.flink.streaming.api.datastream
Constructors in org.apache.flink.streaming.api.datastream with parameters of type SideOutputTransformation Constructor Description SideOutputDataStream(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 SideOutputTransformation Modifier and Type Method Description protected Collection<Integer>SideOutputTransformationTranslator. translateForBatchInternal(SideOutputTransformation<OUT> transformation, TransformationTranslator.Context context)protected Collection<Integer>SideOutputTransformationTranslator. translateForStreamingInternal(SideOutputTransformation<OUT> transformation, TransformationTranslator.Context context)
-