| Package | Description |
|---|---|
| org.apache.flink.table.api | |
| org.apache.flink.table.catalog | |
| org.apache.flink.table.factories | |
| org.apache.flink.table.module |
| Constructor and Description |
|---|
AmbiguousTableFactoryException(List<? extends TableFactory> matchingFactories,
Class<? extends TableFactory> factoryClass,
List<TableFactory> factories,
Map<String,String> properties)
Deprecated.
|
AmbiguousTableFactoryException(List<? extends TableFactory> matchingFactories,
Class<? extends TableFactory> factoryClass,
List<TableFactory> factories,
Map<String,String> properties)
Deprecated.
|
AmbiguousTableFactoryException(List<? extends TableFactory> matchingFactories,
Class<? extends TableFactory> factoryClass,
List<TableFactory> factories,
Map<String,String> properties)
Deprecated.
|
AmbiguousTableFactoryException(List<? extends TableFactory> matchingFactories,
Class<? extends TableFactory> factoryClass,
List<TableFactory> factories,
Map<String,String> properties,
Throwable cause)
Deprecated.
|
AmbiguousTableFactoryException(List<? extends TableFactory> matchingFactories,
Class<? extends TableFactory> factoryClass,
List<TableFactory> factories,
Map<String,String> properties,
Throwable cause)
Deprecated.
|
AmbiguousTableFactoryException(List<? extends TableFactory> matchingFactories,
Class<? extends TableFactory> factoryClass,
List<TableFactory> factories,
Map<String,String> properties,
Throwable cause)
Deprecated.
|
NoMatchingTableFactoryException(String message,
Class<?> factoryClass,
List<TableFactory> factories,
Map<String,String> properties)
Deprecated.
|
NoMatchingTableFactoryException(String message,
String matchCandidatesMessage,
Class<?> factoryClass,
List<TableFactory> factories,
Map<String,String> properties)
Deprecated.
|
NoMatchingTableFactoryException(String message,
String matchCandidatesMessage,
Class<?> factoryClass,
List<TableFactory> factories,
Map<String,String> properties,
Throwable cause)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
default Optional<TableFactory> |
Catalog.getTableFactory()
Deprecated.
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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CatalogFactory
A factory to create configured catalog instances based on string-based properties.
|
interface |
ModuleFactory
A factory to create configured module instances based on string-based properties.
|
interface |
TableSinkFactory<T>
Deprecated.
This interface has been replaced by
DynamicTableSinkFactory. The new
interface consumes internal data structures. See FLIP-95 for more information. |
interface |
TableSourceFactory<T>
Deprecated.
This interface has been replaced by
DynamicTableSourceFactory. The new
interface produces internal data structures. See FLIP-95 for more information. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends TableFactory> |
TableFactoryService.find(Class<T> factoryClass,
Descriptor descriptor)
Deprecated.
Finds a table factory of the given class and descriptor.
|
static <T extends TableFactory> |
TableFactoryService.find(Class<T> factoryClass,
Descriptor descriptor,
ClassLoader classLoader)
Deprecated.
Finds a table factory of the given class, descriptor, and classloader.
|
static <T extends TableFactory> |
TableFactoryService.find(Class<T> factoryClass,
Map<String,String> propertyMap)
Deprecated.
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)
Deprecated.
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)
Deprecated.
Finds all table factories of the given class and property map.
|
| Constructor and Description |
|---|
AmbiguousTableFactoryException(List<? extends TableFactory> matchingFactories,
Class<? extends TableFactory> factoryClass,
List<TableFactory> factories,
Map<String,String> properties) |
AmbiguousTableFactoryException(List<? extends TableFactory> matchingFactories,
Class<? extends TableFactory> factoryClass,
List<TableFactory> factories,
Map<String,String> properties) |
AmbiguousTableFactoryException(List<? extends TableFactory> matchingFactories,
Class<? extends TableFactory> factoryClass,
List<TableFactory> factories,
Map<String,String> properties) |
AmbiguousTableFactoryException(List<? extends TableFactory> matchingFactories,
Class<? extends TableFactory> factoryClass,
List<TableFactory> factories,
Map<String,String> properties,
Throwable cause) |
AmbiguousTableFactoryException(List<? extends TableFactory> matchingFactories,
Class<? extends TableFactory> factoryClass,
List<TableFactory> factories,
Map<String,String> properties,
Throwable cause) |
AmbiguousTableFactoryException(List<? extends TableFactory> matchingFactories,
Class<? extends TableFactory> factoryClass,
List<TableFactory> factories,
Map<String,String> properties,
Throwable cause) |
NoMatchingTableFactoryException(String message,
Class<?> factoryClass,
List<TableFactory> factories,
Map<String,String> properties) |
NoMatchingTableFactoryException(String message,
String matchCandidatesMessage,
Class<?> factoryClass,
List<TableFactory> factories,
Map<String,String> properties) |
NoMatchingTableFactoryException(String message,
String matchCandidatesMessage,
Class<?> factoryClass,
List<TableFactory> factories,
Map<String,String> properties,
Throwable cause) |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreModuleFactory
Factory for
CoreModule. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.