| Package | Description |
|---|---|
| org.apache.flink.table.factories | |
| org.apache.flink.table.sinks |
| Modifier and Type | Method and Description |
|---|---|
StreamTableSink<T> |
StreamTableSinkFactory.createStreamTableSink(Map<String,String> properties)
Creates and configures a
StreamTableSink using the given properties. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AppendStreamTableSink<T>
Defines an external
TableSink to emit streaming Table with only insert changes. |
interface |
RetractStreamTableSink<T>
Defines an external
TableSink to emit a streaming Table with insert, update,
and delete changes. |
interface |
UpsertStreamTableSink<T>
Defines an external
TableSink to emit a streaming Table with insert, update,
and delete changes. |
| Modifier and Type | Class and Description |
|---|---|
class |
CsvTableSink
A simple
TableSink to emit data as CSV files. |
class |
OutputFormatTableSink<T>
Defines an external
TableSink to emit a bounded Table. |
| Modifier and Type | Method and Description |
|---|---|
StreamTableSink<org.apache.flink.types.Row> |
CsvAppendTableSinkFactory.createStreamTableSink(Map<String,String> properties) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.