Uses of Interface
org.apache.flink.table.factories.EncodingFormatFactory
Packages that use EncodingFormatFactory
-
Uses of EncodingFormatFactory in org.apache.flink.table.factories
Subinterfaces of EncodingFormatFactory in org.apache.flink.table.factoriesModifier and TypeInterfaceDescriptioninterfaceFactory for creating aEncodingFormatforSerializationSchema.Methods in org.apache.flink.table.factories with type parameters of type EncodingFormatFactoryModifier and TypeMethodDescription<I,F extends EncodingFormatFactory<I>>
EncodingFormat<I>FactoryUtil.TableFactoryHelper.discoverEncodingFormat(Class<F> formatFactoryClass, org.apache.flink.configuration.ConfigOption<String> formatOption) Discovers aEncodingFormatof the given type using the given option as factory identifier.<I,F extends EncodingFormatFactory<I>>
Optional<EncodingFormat<I>>FactoryUtil.TableFactoryHelper.discoverOptionalEncodingFormat(Class<F> formatFactoryClass, org.apache.flink.configuration.ConfigOption<String> formatOption) Discovers aEncodingFormatof the given type using the given option (if present) as factory identifier.