T - type of records that the factory produces@PublicEvolving public interface TableSinkFactory<T> extends TableFactory
TableFactory for more information.| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
TableSinkFactory.Context
Context of table sink creation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
default TableSink<T> |
createTableSink(Map<String,String> properties)
已过时。
TableSinkFactory.Context contains more information, and already contains table schema too.
Please use createTableSink(Context) instead. |
default TableSink<T> |
createTableSink(ObjectPath tablePath,
CatalogTable table)
已过时。
TableSinkFactory.Context contains more information, and already contains table schema too.
Please use createTableSink(Context) instead. |
default TableSink<T> |
createTableSink(TableSinkFactory.Context context)
Creates and configures a
TableSink based on the given TableSinkFactory.Context. |
requiredContext, supportedProperties@Deprecated default TableSink<T> createTableSink(Map<String,String> properties)
TableSinkFactory.Context contains more information, and already contains table schema too.
Please use createTableSink(Context) instead.TableSink using the given properties.properties - normalized properties describing a table sink.@Deprecated default TableSink<T> createTableSink(ObjectPath tablePath, CatalogTable table)
TableSinkFactory.Context contains more information, and already contains table schema too.
Please use createTableSink(Context) instead.TableSink based on the given CatalogTable instance.tablePath - path of the given CatalogTabletable - CatalogTable instance.default TableSink<T> createTableSink(TableSinkFactory.Context context)
TableSink based on the given TableSinkFactory.Context.context - context of this table sink.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.