Uses of Interface
org.apache.flink.table.factories.DecodingFormatFactory
Packages that use DecodingFormatFactory
-
Uses of DecodingFormatFactory in org.apache.flink.table.factories
Subinterfaces of DecodingFormatFactory in org.apache.flink.table.factoriesModifier and TypeInterfaceDescriptioninterfaceFactory for creating aDecodingFormatforDeserializationSchema.Methods in org.apache.flink.table.factories with type parameters of type DecodingFormatFactoryModifier and TypeMethodDescription<I,F extends DecodingFormatFactory<I>>
DecodingFormat<I>FactoryUtil.TableFactoryHelper.discoverDecodingFormat(Class<F> formatFactoryClass, org.apache.flink.configuration.ConfigOption<String> formatOption) Discovers aDecodingFormatof the given type using the given option as factory identifier.<I,F extends DecodingFormatFactory<I>>
Optional<DecodingFormat<I>>FactoryUtil.TableFactoryHelper.discoverOptionalDecodingFormat(Class<F> formatFactoryClass, org.apache.flink.configuration.ConfigOption<String> formatOption) Discovers aDecodingFormatof the given type using the given option (if present) as factory identifier.