Uses of Class
org.apache.flink.streaming.api.functions.sink.legacy.RichSinkFunction
-
Packages that use RichSinkFunction Package Description org.apache.flink.streaming.api.functions.sink.legacy org.apache.flink.streaming.api.operators.collect -
-
Uses of RichSinkFunction in org.apache.flink.streaming.api.functions.sink.legacy
Subclasses of RichSinkFunction in org.apache.flink.streaming.api.functions.sink.legacy 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. -
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.
-