T - Type of the DataStream created by this TableSink.DynamicTableSink. The new interface
consumes internal data structures and only works with the Blink planner. See FLIP-95 for more
information.@Deprecated public interface StreamTableSink<T> extends org.apache.flink.table.sinks.TableSink<T>
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.streaming.api.datastream.DataStreamSink<?> |
consumeDataStream(org.apache.flink.streaming.api.datastream.DataStream<T> dataStream)
Deprecated.
Consumes the DataStream and return the sink transformation
DataStreamSink. |
org.apache.flink.streaming.api.datastream.DataStreamSink<?> consumeDataStream(org.apache.flink.streaming.api.datastream.DataStream<T> dataStream)
DataStreamSink. The
returned DataStreamSink will be used to set resources for the sink operator.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.