Uses of Interface
org.apache.flink.table.connector.format.DecodingFormat
-
Packages that use DecodingFormat Package Description org.apache.flink.table.connector.format org.apache.flink.table.factories -
-
Uses of DecodingFormat in org.apache.flink.table.connector.format
Subinterfaces of DecodingFormat in org.apache.flink.table.connector.format Modifier and Type Interface Description interfaceProjectableDecodingFormat<I>Extension ofDecodingFormatwhich is able to produce projected rows. -
Uses of DecodingFormat in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories that return DecodingFormat Modifier and Type Method Description DecodingFormat<I>DecodingFormatFactory. createDecodingFormat(DynamicTableFactory.Context context, org.apache.flink.configuration.ReadableConfig formatOptions)Creates a format from the given context and format options.<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.Methods in org.apache.flink.table.factories that return types with arguments of type DecodingFormat Modifier and Type Method Description <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.
-