Uses of Class
org.apache.flink.streaming.api.datastream.SideOutputDataStream
-
Packages that use SideOutputDataStream Package Description org.apache.flink.streaming.api.datastream -
-
Uses of SideOutputDataStream in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream that return SideOutputDataStream Modifier and Type Method Description <X> SideOutputDataStream<X>
SingleOutputStreamOperator. getSideOutput(OutputTag<X> sideOutputTag)
Gets theDataStream
that contains the elements that are emitted from an operation into the side output with the givenOutputTag
.
-