Uses of Interface
org.apache.flink.table.factories.Factory
-
Packages that use Factory Package Description org.apache.flink.table.catalog org.apache.flink.table.factories org.apache.flink.table.module -
-
Uses of Factory in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return types with arguments of type Factory Modifier and Type Method Description default Optional<Factory>Catalog. getFactory()Returns a factory for creating instances from catalog objects. -
Uses of Factory in org.apache.flink.table.factories
Classes in org.apache.flink.table.factories with type parameters of type Factory Modifier and Type Class Description static classFactoryUtil.FactoryHelper<F extends Factory>Base helper utility for validating all options for aFactory.Subinterfaces of Factory in org.apache.flink.table.factories Modifier and Type Interface Description interfaceCatalogFactoryA factory to create configured catalog instances based on string-based properties.interfaceCatalogStoreFactoryA factory to create configured catalog store instances based on string-based properties.interfaceDecodingFormatFactory<I>interfaceDeserializationFormatFactoryFactory for creating aDecodingFormatforDeserializationSchema.interfaceDynamicTableFactoryBase interface for configuring a dynamic table connector for an external storage system from catalog and session information.interfaceDynamicTableSinkFactoryCreates aDynamicTableSinkinstance from aCatalogTableand additional context information.interfaceDynamicTableSourceFactoryCreates aDynamicTableSourceinstance from aCatalogTableand additional context information.interfaceEncodingFormatFactory<I>Base interface for configuring anEncodingFormatfor aDynamicTableSink.interfaceFormatFactoryBase interface forDecodingFormatFactoryandEncodingFormatFactory.interfaceManagedTableFactoryDeprecated.This interface will be removed soon.interfaceModuleFactoryA factory to create configured module instances based on string-based properties.interfaceSerializationFormatFactoryFactory for creating aEncodingFormatforSerializationSchema.interfaceWorkflowSchedulerFactoryA factory to create aWorkflowSchedulerinstance.Fields in org.apache.flink.table.factories declared as Factory Modifier and Type Field Description protected FFactoryUtil.FactoryHelper. factoryMethods in org.apache.flink.table.factories with type parameters of type Factory Modifier and Type Method Description static <T extends Factory>
TFactoryUtil. discoverFactory(ClassLoader classLoader, Class<T> factoryClass, String factoryIdentifier)Discovers a factory using the given factory base class and identifier.Methods in org.apache.flink.table.factories with parameters of type Factory Modifier and Type Method Description static voidFactoryUtil. validateFactoryOptions(Factory factory, org.apache.flink.configuration.ReadableConfig options)Validates the required and optionalConfigOptions of a factory. -
Uses of Factory in org.apache.flink.table.module
Classes in org.apache.flink.table.module that implement Factory Modifier and Type Class Description classCoreModuleFactoryFactory forCoreModule.
-