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>Implementation of the SinkFunction writing every tuple to the standard output or standard error stream.classSocketClientSink<IN>Socket client that acts as a streaming sink.classTwoPhaseCommitSinkFunction<IN,TXN,CONTEXT>This is a recommended base class for all of theSinkFunctionthat intend to implement exactly-once semantic. -
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().
-