Uses of Interface
org.apache.flink.table.legacy.factories.TableFactory
Packages that use TableFactory
Package
Description
-
Uses of TableFactory in org.apache.flink.table.api
Constructor parameters in org.apache.flink.table.api with type arguments of type TableFactoryModifierConstructorDescriptionAmbiguousTableFactoryException(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.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. -
Uses of TableFactory in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories with type parameters of type TableFactoryModifier and TypeMethodDescriptionstatic <T extends TableFactory>
TDeprecated.Finds a table factory of the given class and property map.static <T extends TableFactory>
TTableFactoryService.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>
TTableFactoryService.find(Class<T> factoryClass, Descriptor descriptor) Deprecated.Finds a table factory of the given class and descriptor.static <T extends TableFactory>
TTableFactoryService.find(Class<T> factoryClass, Descriptor descriptor, ClassLoader classLoader) Deprecated.Finds a table factory of the given class, descriptor, and classloader.static <T extends TableFactory>
List<T>Deprecated.Finds all table factories of the given class and property map.Constructor parameters in org.apache.flink.table.factories with type arguments of type TableFactoryModifierConstructorDescriptionAmbiguousTableFactoryException(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) 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) -
Uses of TableFactory in org.apache.flink.table.legacy.factories
Subinterfaces of TableFactory in org.apache.flink.table.legacy.factoriesModifier and TypeInterfaceDescriptioninterfaceDeprecated.interfaceDeprecated.This interface has been replaced byDynamicTableSourceFactory.
DynamicTableSinkFactory.