| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.catalog | |
| org.apache.flink.table.factories | |
| org.apache.flink.table.module |
| 类和说明 |
|---|
| Factory
Base interface for all kind of factories that create object instances from a list of key-value
pairs in Flink's Table & SQL API.
|
| FunctionDefinitionFactory
A factory to create
FunctionDefinition. |
| TableFactory
已过时。
This interface has been replaced by
Factory. |
| 类和说明 |
|---|
| CatalogFactory
A factory to create configured catalog instances based on string-based properties.
|
| CatalogFactory.Context
Context provided when a catalog is created.
|
| DecodingFormatFactory |
| DynamicTableFactory
Base interface for configuring a dynamic table connector for an external storage system from
catalog and session information.
|
| DynamicTableFactory.Context
Provides catalog and session information describing the dynamic table to be accessed.
|
| DynamicTableSinkFactory
Creates a
DynamicTableSink instance from a CatalogTable and additional context
information. |
| DynamicTableSourceFactory
Creates a
DynamicTableSource instance from a CatalogTable and additional context
information. |
| EncodingFormatFactory
Base interface for configuring an
EncodingFormat for a DynamicTableSink. |
| Factory
Base interface for all kind of factories that create object instances from a list of key-value
pairs in Flink's Table & SQL API.
|
| FactoryUtil.CatalogFactoryHelper
Helper utility for validating all options for a
CatalogFactory. |
| FactoryUtil.ModuleFactoryHelper
Helper utility for validating all options for a
ModuleFactory. |
| FactoryUtil.TableFactoryHelper
Helper utility for discovering formats and validating all options for a
DynamicTableFactory. |
| FormatFactory
Base interface for
DecodingFormatFactory and EncodingFormatFactory. |
| ManagedTableFactory
Base interface for configuring a managed dynamic table connector.
|
| ModuleFactory
A factory to create configured module instances based on string-based properties.
|
| ModuleFactory.Context
Context provided when a module is created.
|
| TableFactory
已过时。
This interface has been replaced by
Factory. |
| TableFormatFactory
已过时。
This interface has been replaced by
EncodingFormatFactory and DecodingFormatFactory, used in the new sink/source stack. See FLIP-95 for more information. |
| TableSinkFactory.Context
已过时。
Context of table sink creation.
|
| TableSourceFactory.Context
已过时。
Context of table source creation.
|
| 类和说明 |
|---|
| DynamicTableSinkFactory
Creates a
DynamicTableSink instance from a CatalogTable and additional context
information. |
| DynamicTableSourceFactory
Creates a
DynamicTableSource instance from a CatalogTable and additional context
information. |
| Factory
Base interface for all kind of factories that create object instances from a list of key-value
pairs in Flink's Table & SQL API.
|
| ModuleFactory
A factory to create configured module instances based on string-based properties.
|
| ModuleFactory.Context
Context provided when a module is created.
|
| TableFactory
已过时。
This interface has been replaced by
Factory. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.