T - Type of the bounded OutputFormat that this TableSink expects and
supports.DynamicTableSink. The new interface
consumes internal data structures. See FLIP-95 for more information.@Deprecated @Experimental public abstract class OutputFormatTableSink<T> extends Object implements StreamTableSink<T>
TableSink to emit a bounded Table.| Constructor and Description |
|---|
OutputFormatTableSink()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.streaming.api.datastream.DataStreamSink<T> |
consumeDataStream(org.apache.flink.streaming.api.datastream.DataStream<T> dataStream)
Deprecated.
Consumes the DataStream and return the sink transformation
DataStreamSink. |
abstract org.apache.flink.api.common.io.OutputFormat<T> |
getOutputFormat()
Deprecated.
Returns an
OutputFormat for writing the data of the table. |
public abstract org.apache.flink.api.common.io.OutputFormat<T> getOutputFormat()
OutputFormat for writing the data of the table.public final org.apache.flink.streaming.api.datastream.DataStreamSink<T> consumeDataStream(org.apache.flink.streaming.api.datastream.DataStream<T> dataStream)
StreamTableSinkDataStreamSink. The
returned DataStreamSink will be used to set resources for the sink operator.consumeDataStream in interface StreamTableSink<T>Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.