| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.catalog | |
| org.apache.flink.table.factories |
| 限定符和类型 | 方法和说明 |
|---|---|
default Optional<Factory> |
Catalog.getFactory()
Returns a factory for creating instances from catalog objects.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
BulkReaderFormatFactory
Base interface for configuring a
BulkFormat for file system connector. |
interface |
BulkWriterFormatFactory
Base interface for configuring a
BulkWriter.Factory for file system connector. |
interface |
DecodingFormatFactory<I>
|
interface |
DeserializationFormatFactory
Factory for creating a
DecodingFormat for DeserializationSchema. |
interface |
DynamicTableFactory
Base interface for configuring a dynamic table connector for an external storage system from
catalog and session information.
|
interface |
DynamicTableSinkFactory
Creates a
DynamicTableSink instance from a CatalogTable and additional context
information. |
interface |
DynamicTableSourceFactory
Creates a
DynamicTableSource instance from a CatalogTable and additional context
information. |
interface |
EncodingFormatFactory<I>
Base interface for configuring an
EncodingFormat for a DynamicTableSink. |
interface |
FileSystemFormatFactory
已过时。
This interface has been replaced by
BulkReaderFormatFactory and BulkWriterFormatFactory. |
interface |
SerializationFormatFactory
Factory for creating a
EncodingFormat for SerializationSchema. |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends Factory> |
FactoryUtil.discoverFactory(ClassLoader classLoader,
Class<T> factoryClass,
String factoryIdentifier)
Discovers a factory using the given factory base class and identifier.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
FactoryUtil.validateFactoryOptions(Factory factory,
org.apache.flink.configuration.ReadableConfig options)
Validates the required and optional
ConfigOptions of a factory. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.