Interface | Description |
---|---|
BatchTableSinkFactory<T> | Deprecated
This interface has been replaced by
DynamicTableSinkFactory . |
BatchTableSourceFactory<T> | Deprecated
This interface has been replaced by
DynamicTableSourceFactory . |
BulkReaderFormatFactory |
Base interface for configuring a
BulkFormat for file system connector. |
BulkWriterFormatFactory |
Base interface for configuring a
BulkWriter.Factory for file system connector. |
CatalogFactory |
A factory to create configured catalog instances based on string-based properties.
|
ComponentFactory |
A factory interface for components that enables further disambiguating in case there are multiple
matching implementations present.
|
DecodingFormatFactory<I> | |
DeserializationFormatFactory |
Factory for creating a
DecodingFormat for DeserializationSchema . |
DeserializationSchemaFactory<T> |
Factory for creating configured instances of
DeserializationSchema . |
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<I> |
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.
|
FileSystemFormatFactory | Deprecated
This interface has been replaced by
BulkReaderFormatFactory and BulkWriterFormatFactory . |
FileSystemFormatFactory.ReaderContext | |
FunctionDefinitionFactory |
A factory to create
FunctionDefinition . |
ModuleFactory |
A factory to create configured module instances based on string-based properties.
|
SerializationFormatFactory |
Factory for creating a
EncodingFormat for SerializationSchema . |
SerializationSchemaFactory<T> |
Factory for creating configured instances of
SerializationSchema . |
StreamTableSinkFactory<T> | Deprecated
This interface has been replaced by
DynamicTableSinkFactory . |
StreamTableSourceFactory<T> | Deprecated
This interface has been replaced by
DynamicTableSourceFactory . |
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.
|
TableSinkFactory.Context |
Context of table sink creation.
|
TableSourceFactory<T> |
A factory to create configured table source instances in a batch or stream environment based on
string-based properties.
|
TableSourceFactory.Context |
Context of table source creation.
|
Class | Description |
---|---|
BlackHoleTableSinkFactory |
Black hole table sink factory swallowing all input records.
|
ComponentFactoryService |
Unified class to search for a
ComponentFactory of provided type and properties. |
DataGenTableSourceFactory |
Factory for creating configured instances of
DataGenTableSource in a stream environment. |
FactoryUtil |
Utility for working with
Factory s. |
FactoryUtil.TableFactoryHelper |
Helper utility for discovering formats and validating all options for a
DynamicTableFactory . |
PrintTableSinkFactory |
Print table sink factory writing every row to the standard output or standard error stream.
|
TableFactoryService |
Unified class to search for a
TableFactory of provided type and properties. |
TableFactoryUtil |
Utility for dealing with
TableFactory using the TableFactoryService . |
TableFormatFactoryBase<T> |
Base class for
TableFormatFactory s. |
TableSinkFactoryContextImpl |
Implementation of
TableSinkFactory.Context . |
TableSourceFactoryContextImpl |
Implementation of
TableSourceFactory.Context . |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.