Uses of Interface
org.apache.flink.table.connector.format.EncodingFormat
Packages that use EncodingFormat
-
Uses of EncodingFormat in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories that return EncodingFormatModifier and TypeMethodDescriptionEncodingFormatFactory.createEncodingFormat(DynamicTableFactory.Context context, org.apache.flink.configuration.ReadableConfig formatOptions) Creates a format from the given context and format options.<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.Methods in org.apache.flink.table.factories that return types with arguments of type EncodingFormatModifier and TypeMethodDescription<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.