| Package | Description |
|---|---|
| org.apache.flink.table.factories | |
| org.apache.flink.table.sinks |
| Class and Description |
|---|
| BatchTableSink
Deprecated.
use
OutputFormatTableSink instead. |
| StreamTableSink
Deprecated.
This interface has been replaced by
DynamicTableSink. The new interface
consumes internal data structures and only works with the Blink planner. See FLIP-95 for more
information. |
| Class and Description |
|---|
| AppendStreamTableSink
Deprecated.
This interface has been replaced by
DynamicTableSink. The new interface
consumes internal data structures and only works with the Blink planner. See FLIP-95 for more
information. |
| BatchTableSink
Deprecated.
use
OutputFormatTableSink instead. |
| CsvTableSink
A simple
TableSink to emit data as CSV files. |
| CsvTableSinkFactoryBase
Factory base for creating configured instances of
CsvTableSink. |
| StreamTableSink
Deprecated.
This interface has been replaced by
DynamicTableSink. The new interface
consumes internal data structures and only works with the Blink planner. See FLIP-95 for more
information. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.