Package org.apache.flink.streaming.api.functions.sink
-
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 DiscardingSink<T> Deprecated. This interface will be removed in future versions.OutputFormatSinkFunction<IN> Deprecated. Please use theStreamingFileSinkfor writing to files from a streaming program.PrintSink<IN> Sink implementation writing every element to the standard output or standard error stream.PrintSinkFunction<IN> Deprecated. This interface will be removed in future versions.RichSinkFunction<IN> Deprecated. This interface will be removed in future versions.SinkContextUtil Utility for creating SinkContexts.SocketClientSink<IN> Deprecated. This interface will be removed in future versions.TwoPhaseCommitSinkFunction<IN,TXN,CONTEXT> Deprecated. This interface will be removed in future versions.TwoPhaseCommitSinkFunction.State<TXN,CONTEXT> State POJO class coupling pendingTransaction, context and pendingCommitTransactions.TwoPhaseCommitSinkFunction.StateSerializer<TXN,CONTEXT> CustomTypeSerializerfor the sink state.TwoPhaseCommitSinkFunction.StateSerializerSnapshot<TXN,CONTEXT> Snapshot for theTwoPhaseCommitSinkFunction.StateSerializer.TwoPhaseCommitSinkFunction.TransactionHolder<TXN> Adds metadata (currently only the start time of the transaction) to the transaction object.WriteFormat<IN> Deprecated. Please use theStreamingFileSinkfor writing to files from a streaming program.WriteFormatAsCsv<IN> Deprecated. Please use theStreamingFileSinkfor writing to files from a streaming program.WriteFormatAsText<IN> Deprecated. Please use theStreamingFileSinkfor writing to files from a streaming program.WriteSinkFunction<IN> Deprecated. Please use theStreamingFileSinkfor writing to files from a streaming program.WriteSinkFunctionByMillis<IN> Deprecated. Please use theStreamingFileSinkfor writing to files from a streaming program.