Uses of Interface
org.apache.flink.table.connector.format.EncodingFormat
-
Packages that use EncodingFormat Package Description org.apache.flink.table.factories -
-
Uses of EncodingFormat in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories that return EncodingFormat Modifier and Type Method Description EncodingFormat<I>EncodingFormatFactory. 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 EncodingFormat Modifier and Type Method Description <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.
-