Uses of Class
org.apache.flink.streaming.api.functions.sink.RichSinkFunction
-
Packages that use RichSinkFunction Package Description org.apache.flink.streaming.api.functions.sink org.apache.flink.streaming.api.functions.sink.filesystem org.apache.flink.streaming.api.operators.collect org.apache.flink.streaming.experimental This package holds classes that are experimental. -
-
Uses of RichSinkFunction in org.apache.flink.streaming.api.functions.sink
Subclasses of RichSinkFunction in org.apache.flink.streaming.api.functions.sink 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.classSocketClientSink<IN>Deprecated.This interface will be removed in future versions.classTwoPhaseCommitSinkFunction<IN,TXN,CONTEXT>Deprecated.This interface will be removed in future versions. -
Uses of RichSinkFunction in org.apache.flink.streaming.api.functions.sink.filesystem
Subclasses of RichSinkFunction in org.apache.flink.streaming.api.functions.sink.filesystem Modifier and Type Class Description classStreamingFileSink<IN>Deprecated.Useorg.apache.flink.connector.file.sink.FileSinkinstead. -
Uses of RichSinkFunction in org.apache.flink.streaming.api.operators.collect
Subclasses of RichSinkFunction in org.apache.flink.streaming.api.operators.collect Modifier and Type Class Description classCollectSinkFunction<IN>A sink function that collects query results and sends them back to the client. -
Uses of RichSinkFunction in org.apache.flink.streaming.experimental
Subclasses of RichSinkFunction in org.apache.flink.streaming.experimental Modifier and Type Class Description classCollectSink<IN>A specialized data sink to be used by DataStreamUtils.collect().
-