| Package | Description |
|---|---|
| org.apache.flink.table.factories | |
| org.apache.flink.table.sinks |
| Modifier and Type | Method and Description |
|---|---|
TableSink<T> |
TableSinkFactory.createTableSink(Map<String,String> properties)
Creates and configures a
TableSink using the given properties. |
default TableSink<T> |
TableSinkFactory.createTableSink(ObjectPath tablePath,
CatalogTable table)
Creates and configures a
TableSink based on the given CatalogTable instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
TableSinkBase<T>
Base class for
TableSink. |
| Modifier and Type | Method and Description |
|---|---|
TableSink<T> |
TableSink.configure(String[] fieldNames,
org.apache.flink.api.common.typeinfo.TypeInformation<?>[] fieldTypes)
Deprecated.
This method will be dropped in future versions. It is recommended to pass a
static schema when instantiating the sink instead.
|
TableSink<T> |
TableSinkBase.configure(String[] fieldNames,
org.apache.flink.api.common.typeinfo.TypeInformation<?>[] fieldTypes)
Returns a copy of this
TableSink configured with the field names and types of the
table to emit. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.