Package org.apache.flink.streaming.api.functions.sink.legacy
-
Interface Summary Interface Description SinkFunction<IN> Deprecated. This interface will be removed in future versions.SinkFunction.Context Context thatSinkFunctionscan use for getting additional data about an input record. -
Class Summary Class Description OutputFormatSinkFunction<IN> Deprecated. Please use theStreamingFileSinkfor writing to files from a streaming program.PrintSinkFunction<IN> Deprecated. This interface will be removed in future versions.RichSinkFunction<IN> Deprecated. This interface will be removed in future versions.SocketClientSink<IN> Deprecated. This interface will be removed in future versions.