| Interface | Description |
|---|---|
| CatalogFactory |
A factory to create configured catalog instances based on string-based properties.
|
| DeserializationSchemaFactory<T> |
Factory for creating configured instances of
DeserializationSchema. |
| FunctionDefinitionFactory |
A factory to create
FunctionDefinition. |
| ModuleFactory |
A factory to create configured module instances based on string-based properties.
|
| SerializationSchemaFactory<T> |
Factory for creating configured instances of
SerializationSchema. |
| TableFactory |
A factory to create different table-related instances from string-based properties.
|
| TableFormatFactory<T> |
A factory to create configured table format instances based on string-based properties.
|
| TableSinkFactory<T> |
A factory to create configured table sink instances in a batch or stream environment based on
string-based properties.
|
| TableSourceFactory<T> |
A factory to create configured table source instances in a batch or stream environment based on
string-based properties.
|
| Class | Description |
|---|---|
| TableFactoryService |
Unified class to search for a
TableFactory of provided type and properties. |
| TableFormatFactoryBase<T> |
Base class for
TableFormatFactorys. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.