Uses of Interface
org.apache.flink.table.factories.Factory
Packages that use Factory
Package
Description
-
Uses of Factory in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return types with arguments of type FactoryModifier and TypeMethodDescriptionCatalog.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 FactoryModifier and TypeClassDescriptionstatic classFactoryUtil.FactoryHelper<F extends Factory>Base helper utility for validating all options for aFactory.Subinterfaces of Factory in org.apache.flink.table.factoriesModifier and TypeInterfaceDescriptioninterfaceA factory to create configured catalog instances based on string-based properties.interfaceA factory to create configured catalog store instances based on string-based properties.interfaceinterfaceFactory for creating aDecodingFormatforDeserializationSchema.interfaceBase interface for configuring a dynamic table connector for an external storage system from catalog and session information.interfaceCreates aDynamicTableSinkinstance from aCatalogTableand additional context information.interfaceCreates aDynamicTableSourceinstance from aCatalogTableand additional context information.interfaceBase interface for configuring anEncodingFormatfor aDynamicTableSink.interfaceBase interface forDecodingFormatFactoryandEncodingFormatFactory.interfaceA factory to create configured module instances based on string-based properties.interfaceFactory for creating aEncodingFormatforSerializationSchema.interfaceA factory to create aWorkflowSchedulerinstance.Fields in org.apache.flink.table.factories declared as FactoryMethods in org.apache.flink.table.factories with type parameters of type FactoryModifier and TypeMethodDescriptionstatic <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 FactoryModifier and TypeMethodDescriptionstatic 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