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