Uses of Class
org.apache.flink.streaming.api.functions.sink.legacy.RichSinkFunction
Packages that use RichSinkFunction
Package
Description
-
Uses of RichSinkFunction in org.apache.flink.streaming.api.functions.sink.legacy
Subclasses of RichSinkFunction in org.apache.flink.streaming.api.functions.sink.legacyModifier and TypeClassDescriptionclassDeprecated.classDeprecated.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.collectModifier and TypeClassDescriptionclassA sink function that collects query results and sends them back to the client.
StreamingFileSinkfor writing to files from a streaming program.