| Package | Description |
|---|---|
| org.apache.flink.table.factories | |
| org.apache.flink.table.sinks |
| Class and Description |
|---|
| BatchTableSink
Deprecated.
use
OutputFormatTableSink instead. |
| StreamTableSink
Defines an external stream table and provides write access to its data.
|
| Class and Description |
|---|
| AppendStreamTableSink
Defines an external
TableSink to emit streaming Table with only insert changes. |
| 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
Defines an external stream table and provides write access to its data.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.