| 程序包 | 说明 |
|---|---|
| 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>
已过时。
This interface has been replaced by
DeserializationFormatFactory, used in the
new sink/source stack. See FLIP-95 for more information. |
interface |
ModuleFactory
A factory to create configured module instances based on string-based properties.
|
interface |
SerializationSchemaFactory<T>
已过时。
This interface has been replaced by
SerializationFormatFactory, used in the
new sink/source stack. See FLIP-95 for more information. |
interface |
TableFormatFactory<T>
已过时。
This interface has been replaced by
EncodingFormatFactory and DecodingFormatFactory, used in the new sink/source stack. See FLIP-95 for more information. |
interface |
TableSinkFactory<T>
已过时。
This interface has been replaced by
DynamicTableSinkFactory. The new
interface consumes internal data structures. See FLIP-95 for more information. |
interface |
TableSourceFactory<T>
已过时。
This interface has been replaced by
DynamicTableSourceFactory. The new
interface produces internal data structures. See FLIP-95 for more information. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
TableFormatFactoryBase<T>
已过时。
This base class is not required anymore, implement either
DynamicTableSourceFactory or DynamicTableSinkFactory directly. See FLIP-95 for more
information. |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2022 The Apache Software Foundation. All rights reserved.