@PublicEvolving public interface DynamicTableSinkFactory extends DynamicTableFactory
DynamicTableSink
instance from a CatalogTable
and additional context
information.
See Factory
for more information about the general design of a factory.
DynamicTableFactory.Context
Modifier and Type | Method and Description |
---|---|
DynamicTableSink |
createDynamicTableSink(DynamicTableFactory.Context context)
Creates a
DynamicTableSink instance from a CatalogTable and additional
context information. |
forwardOptions
factoryIdentifier, optionalOptions, requiredOptions
DynamicTableSink createDynamicTableSink(DynamicTableFactory.Context context)
DynamicTableSink
instance from a CatalogTable
and additional
context information.
An implementation should perform validation and the discovery of further (nested) factories in this method.
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.