Uses of Interface
org.apache.flink.streaming.api.functions.sink.legacy.SinkFunction
-
-
Uses of SinkFunction in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream with parameters of type SinkFunction Modifier and Type Method Description DataStreamSink<T>DataStream. addSink(SinkFunction<T> sinkFunction)Adds the given sink to this DataStream.DataStreamSink<T>KeyedStream. addSink(SinkFunction<T> sinkFunction) -
Uses of SinkFunction in org.apache.flink.streaming.api.functions.sink.legacy
Classes in org.apache.flink.streaming.api.functions.sink.legacy that implement SinkFunction Modifier and Type Class Description classOutputFormatSinkFunction<IN>Deprecated.Please use theStreamingFileSinkfor writing to files from a streaming program.classPrintSinkFunction<IN>Deprecated.This interface will be removed in future versions.classRichSinkFunction<IN>Deprecated.This interface will be removed in future versions.classSocketClientSink<IN>Deprecated.This interface will be removed in future versions. -
Uses of SinkFunction in org.apache.flink.streaming.api.operators
Constructors in org.apache.flink.streaming.api.operators with parameters of type SinkFunction Constructor Description StreamSink(SinkFunction<IN> sinkFunction) -
Uses of SinkFunction in org.apache.flink.streaming.api.operators.collect
Classes in org.apache.flink.streaming.api.operators.collect that implement SinkFunction Modifier and Type Class Description classCollectSinkFunction<IN>A sink function that collects query results and sends them back to the client.
-