| Package | Description |
|---|---|
| org.apache.flink.table.factories | |
| org.apache.flink.table.sinks |
| Modifier and Type | Method and Description |
|---|---|
default TableSink<T> |
TableSinkFactory.createTableSink(Map<String,String> properties)
Deprecated.
TableSinkFactory.Context contains more information, and already contains table schema too.
Please use TableSinkFactory.createTableSink(Context) instead. |
default TableSink<T> |
TableSinkFactory.createTableSink(ObjectPath tablePath,
CatalogTable table)
Deprecated.
TableSinkFactory.Context contains more information, and already contains table schema too.
Please use TableSinkFactory.createTableSink(Context) instead. |
default TableSink<T> |
TableSinkFactory.createTableSink(TableSinkFactory.Context context)
Deprecated.
Creates and configures a
TableSink based on the given TableSinkFactory.Context. |
| Modifier and Type | Class and Description |
|---|---|
class |
TableSinkBase<T>
Deprecated.
This class is implementing the deprecated
TableSink interface. Implement
DynamicTableSink directly instead. |
| Modifier and Type | Method and Description |
|---|---|
TableSink<T> |
TableSinkBase.configure(String[] fieldNames,
org.apache.flink.api.common.typeinfo.TypeInformation<?>[] fieldTypes)
Deprecated.
Returns a copy of this
TableSink configured with the field names and types of the
table to emit. |
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.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.