Uses of Interface
org.apache.flink.table.factories.DecodingFormatFactory
-
Packages that use DecodingFormatFactory Package Description org.apache.flink.table.factories -
-
Uses of DecodingFormatFactory in org.apache.flink.table.factories
Subinterfaces of DecodingFormatFactory in org.apache.flink.table.factories Modifier and Type Interface Description interfaceDeserializationFormatFactoryFactory for creating aDecodingFormatforDeserializationSchema.Methods in org.apache.flink.table.factories with type parameters of type DecodingFormatFactory Modifier and Type Method Description <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.
-