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) |
|
DynamicTableSource |
DynamicTableSourceFactory.createDynamicTableSource(DynamicTableFactory.Context context) |
|
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) |
|
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.
|