| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.factories | |
| org.apache.flink.table.sinks |
| 限定符和类型 | 方法和说明 |
|---|---|
default TableSink<T> |
TableSinkFactory.createTableSink(Map<String,String> properties)
已过时。
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)
已过时。
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)
Creates and configures a
TableSink based on the given TableSinkFactory.Context. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
TableSinkBase<T>
Base class for
TableSink. |
| 限定符和类型 | 方法和说明 |
|---|---|
TableSink<T> |
TableSink.configure(String[] fieldNames,
org.apache.flink.api.common.typeinfo.TypeInformation<?>[] fieldTypes)
已过时。
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–2022 The Apache Software Foundation. All rights reserved.