Uses of Interface
org.apache.flink.streaming.api.functions.sink.legacy.SinkFunction
Packages that use SinkFunction
Package
Description
-
Uses of SinkFunction in org.apache.flink.streaming.api.datastream
Methods in org.apache.flink.streaming.api.datastream with parameters of type SinkFunctionModifier and TypeMethodDescriptionDataStream.addSink(SinkFunction<T> sinkFunction) Adds the given sink to this DataStream.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 SinkFunctionModifier and TypeClassDescriptionclassDeprecated.classDeprecated.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 -
Uses of SinkFunction in org.apache.flink.streaming.api.operators.collect
Classes in org.apache.flink.streaming.api.operators.collect that implement SinkFunctionModifier and TypeClassDescriptionclassA sink function that collects query results and sends them back to the client.
StreamingFileSinkfor writing to files from a streaming program.