Uses of Class
org.apache.flink.streaming.api.operators.StreamSink
-
Packages that use StreamSink Package Description org.apache.flink.streaming.api.operators.collect org.apache.flink.streaming.api.transformations -
-
Uses of StreamSink in org.apache.flink.streaming.api.operators.collect
Subclasses of StreamSink in org.apache.flink.streaming.api.operators.collect Modifier and Type Class Description classCollectSinkOperator<IN>AStreamSinkthat 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 StreamSink Modifier and Type Method Description StreamSink<T>LegacySinkTransformation. getOperator()Constructors in org.apache.flink.streaming.api.transformations with parameters of type StreamSink Constructor Description LegacySinkTransformation(org.apache.flink.api.dag.Transformation<T> input, String name, StreamSink<T> operator, int parallelism, boolean parallelismConfigured)Creates a newLegacySinkTransformationfrom the given inputTransformation.
-