| Package | Description |
|---|---|
| org.apache.flink.streaming.api.datastream | |
| org.apache.flink.streaming.api.functions.sink | |
| org.apache.flink.streaming.api.functions.sink.filesystem | |
| org.apache.flink.streaming.api.operators | |
| org.apache.flink.streaming.api.operators.collect | |
| org.apache.flink.streaming.experimental |
This package holds classes that are experimental.
|
| Modifier and Type | Method and Description |
|---|---|
DataStreamSink<T> |
DataStream.addSink(SinkFunction<T> sinkFunction)
Adds the given sink to this DataStream.
|
DataStreamSink<T> |
KeyedStream.addSink(SinkFunction<T> sinkFunction) |
| Modifier and Type | Class and Description |
|---|---|
class |
DiscardingSink<T>
Deprecated.
This interface will be removed in future versions. Use the new
DiscardingSink interface instead. |
class |
OutputFormatSinkFunction<IN>
Deprecated.
Please use the
StreamingFileSink
for writing to files from a streaming program. |
class |
PrintSinkFunction<IN>
Deprecated.
This interface will be removed in future versions. Use the new
PrintSink
interface instead. |
class |
RichSinkFunction<IN>
Deprecated.
This interface will be removed in future versions. Use the new
Sink interface instead. |
class |
SocketClientSink<IN>
Deprecated.
This interface will be removed in future versions. Use the new
Sink interface instead. |
class |
TwoPhaseCommitSinkFunction<IN,TXN,CONTEXT>
Deprecated.
This interface will be removed in future versions. Use the new
Sink interface instead. |
class |
WriteSinkFunction<IN>
Deprecated.
Please use the
StreamingFileSink
for writing to files from a streaming program. |
class |
WriteSinkFunctionByMillis<IN>
Deprecated.
Please use the
StreamingFileSink
for writing to files from a streaming program. |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamingFileSink<IN>
Deprecated.
Use
org.apache.flink.connector.file.sink.FileSink instead. |
| Constructor and Description |
|---|
StreamSink(SinkFunction<IN> sinkFunction) |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectSinkFunction<IN>
A sink function that collects query results and sends them back to the client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectSink<IN>
A specialized data sink to be used by DataStreamUtils.collect().
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.