| Package | Description |
|---|---|
| org.apache.flink.table.factories |
| Modifier and Type | Class and Description |
|---|---|
static class |
FactoryUtil.DefaultDynamicTableContext
Default implementation of
DynamicTableFactory.Context. |
| Modifier and Type | Method and Description |
|---|---|
DecodingFormat<I> |
DecodingFormatFactory.createDecodingFormat(DynamicTableFactory.Context context,
org.apache.flink.configuration.ReadableConfig formatOptions)
Creates a format from the given context and format options.
|
DynamicTableSink |
DynamicTableSinkFactory.createDynamicTableSink(DynamicTableFactory.Context context)
Creates a
DynamicTableSink instance from a CatalogTable and additional
context information. |
DynamicTableSource |
DynamicTableSourceFactory.createDynamicTableSource(DynamicTableFactory.Context context)
Creates a
DynamicTableSource instance from a CatalogTable and additional
context information. |
EncodingFormat<I> |
EncodingFormatFactory.createEncodingFormat(DynamicTableFactory.Context context,
org.apache.flink.configuration.ReadableConfig formatOptions)
Creates a format from the given context and format options.
|
static FactoryUtil.TableFactoryHelper |
FactoryUtil.createTableFactoryHelper(DynamicTableFactory factory,
DynamicTableFactory.Context context)
Creates a utility that helps in discovering formats, merging options with
getEnrichmentOptions() and validating them all for a DynamicTableFactory. |
Map<String,String> |
ManagedTableFactory.enrichOptions(DynamicTableFactory.Context context)
Deprecated.
Enrich options from catalog and session information.
|
Map<String,String> |
ManagedTableFactory.onCompactTable(DynamicTableFactory.Context context,
CatalogPartitionSpec partitionSpec)
Deprecated.
Notifies the listener that a table compaction occurred.
|
void |
ManagedTableFactory.onCreateTable(DynamicTableFactory.Context context,
boolean ignoreIfExists)
Deprecated.
Notifies the listener that a table creation occurred.
|
void |
ManagedTableFactory.onDropTable(DynamicTableFactory.Context context,
boolean ignoreIfNotExists)
Deprecated.
Notifies the listener that a table drop occurred.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.