| Interface | Description |
|---|---|
| SinkFunction<IN> | Deprecated
This interface will be removed in future versions.
|
| SinkFunction.Context |
Context that
SinkFunctions can use for getting additional data about an
input record. |
| Class | Description |
|---|---|
| DiscardingSink<T> | Deprecated
This interface will be removed in future versions.
|
| OutputFormatSinkFunction<IN> | Deprecated
Please use the
StreamingFileSink
for 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 Sink
Contexts. |
| 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> |
Custom
TypeSerializer for the sink state. |
| TwoPhaseCommitSinkFunction.StateSerializerSnapshot<TXN,CONTEXT> |
Snapshot for the
TwoPhaseCommitSinkFunction.StateSerializer. |
| TwoPhaseCommitSinkFunction.TransactionHolder<TXN> |
Adds metadata (currently only the start time of the transaction) to the transaction object.
|
| WriteFormat<IN> | Deprecated
Please use the
StreamingFileSink
for writing to files from a streaming program. |
| WriteFormatAsCsv<IN> | Deprecated
Please use the
StreamingFileSink
for writing to files from a streaming program. |
| WriteFormatAsText<IN> | Deprecated
Please use the
StreamingFileSink
for writing to files from a streaming program. |
| WriteSinkFunction<IN> | Deprecated
Please use the
StreamingFileSink
for writing to files from a streaming program. |
| WriteSinkFunctionByMillis<IN> | Deprecated
Please use the
StreamingFileSink
for writing to files from a streaming program. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.