| DiscardingSink<T> |
A stream sink that ignores all elements.
|
| OutputFormatSinkFunction<IN> |
Deprecated.
|
| PrintSink<IN> |
Sink implementation writing every element to the standard output or standard error stream.
|
| PrintSinkFunction<IN> |
Implementation of the SinkFunction writing every tuple to the standard output or standard error
stream.
|
| RichSinkFunction<IN> |
|
| SinkContextUtil |
|
| SocketClientSink<IN> |
Socket client that acts as a streaming sink.
|
| TwoPhaseCommitSinkFunction<IN,TXN,CONTEXT> |
This is a recommended base class for all of the SinkFunction that intend to implement
exactly-once semantic.
|
| TwoPhaseCommitSinkFunction.State<TXN,CONTEXT> |
State POJO class coupling pendingTransaction, context and pendingCommitTransactions.
|
| TwoPhaseCommitSinkFunction.StateSerializer<TXN,CONTEXT> |
Custom TypeSerializer for the sink state.
|
| TwoPhaseCommitSinkFunction.StateSerializerSnapshot<TXN,CONTEXT> |
|
| TwoPhaseCommitSinkFunction.TransactionHolder<TXN> |
Adds metadata (currently only the start time of the transaction) to the transaction object.
|
| WriteFormat<IN> |
Deprecated.
|
| WriteFormatAsCsv<IN> |
Deprecated.
|
| WriteFormatAsText<IN> |
Deprecated.
|
| WriteSinkFunction<IN> |
Deprecated.
|
| WriteSinkFunctionByMillis<IN> |
Deprecated.
|