Uses of Class
org.apache.flink.streaming.api.operators.StreamSink
Packages that use StreamSink
Package
Description
-
Uses of StreamSink in org.apache.flink.streaming.api.operators.collect
Subclasses of StreamSink in org.apache.flink.streaming.api.operators.collectModifier and TypeClassDescriptionclassAStreamSinkthat collects query results and sends them back to the client. -
Uses of StreamSink in org.apache.flink.streaming.api.transformations
Methods in org.apache.flink.streaming.api.transformations that return StreamSinkConstructors in org.apache.flink.streaming.api.transformations with parameters of type StreamSinkModifierConstructorDescriptionLegacySinkTransformation(org.apache.flink.api.dag.Transformation<T> input, String name, StreamSink<T> operator, int parallelism, boolean parallelismConfigured) Creates a newLegacySinkTransformationfrom the given inputTransformation.