| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.api | |
| org.apache.flink.table.catalog | |
| org.apache.flink.table.factories | |
| org.apache.flink.table.module |
| 限定符和类型 | 方法和说明 |
|---|---|
default Optional<TableFactory> |
Catalog.getTableFactory()
已过时。
Use
Catalog.getFactory() for the new factory stack. The new factory stack uses
the new table sources and sinks defined in FLIP-95 and a slightly different discovery
mechanism. |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
CatalogFactory
A factory to create configured catalog instances based on string-based properties.
|
interface |
DeserializationSchemaFactory<T>
Factory for creating configured instances of
DeserializationSchema. |
interface |
ModuleFactory
A factory to create configured module instances based on string-based properties.
|
interface |
SerializationSchemaFactory<T>
Factory for creating configured instances of
SerializationSchema. |
interface |
TableFormatFactory<T>
A factory to create configured table format instances based on string-based properties.
|
interface |
TableSinkFactory<T>
A factory to create configured table sink instances in a batch or stream environment based on
string-based properties.
|
interface |
TableSourceFactory<T>
A factory to create configured table source instances in a batch or stream environment based on
string-based properties.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
TableFormatFactoryBase<T>
Base class for
TableFormatFactorys. |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends TableFactory> |
TableFactoryService.find(Class<T> factoryClass,
Descriptor descriptor)
Finds a table factory of the given class and descriptor.
|
static <T extends TableFactory> |
TableFactoryService.find(Class<T> factoryClass,
Descriptor descriptor,
ClassLoader classLoader)
Finds a table factory of the given class, descriptor, and classloader.
|
static <T extends TableFactory> |
TableFactoryService.find(Class<T> factoryClass,
Map<String,String> propertyMap)
Finds a table factory of the given class and property map.
|
static <T extends TableFactory> |
TableFactoryService.find(Class<T> factoryClass,
Map<String,String> propertyMap,
ClassLoader classLoader)
Finds a table factory of the given class, property map, and classloader.
|
static <T extends TableFactory> |
TableFactoryService.findAll(Class<T> factoryClass,
Map<String,String> propertyMap)
Finds all table factories of the given class and property map.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
CoreModuleFactory
Factory for
CoreModule. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.