| Package | Description |
|---|---|
| org.apache.flink.table.connector.sink | |
| org.apache.flink.table.factories |
| Modifier and Type | Method and Description |
|---|---|
DynamicTableSink |
DynamicTableSink.copy()
Creates a copy of this instance during planning.
|
| Modifier and Type | Method and Description |
|---|---|
DynamicTableSink |
DynamicTableSinkFactory.createDynamicTableSink(DynamicTableFactory.Context context)
Creates a
DynamicTableSink instance from a CatalogTable and additional
context information. |
static DynamicTableSink |
FactoryUtil.createTableSink(Catalog catalog,
ObjectIdentifier objectIdentifier,
ResolvedCatalogTable catalogTable,
org.apache.flink.configuration.ReadableConfig configuration,
ClassLoader classLoader,
boolean isTemporary)
Creates a
DynamicTableSink from a CatalogTable. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.