Uses of Interface
org.apache.flink.configuration.WritableConfig
Packages that use WritableConfig
-
Uses of WritableConfig in org.apache.flink.configuration
Classes in org.apache.flink.configuration that implement WritableConfigModifier and TypeClassDescriptionclassLightweight configuration object which stores key/value pairs.Methods in org.apache.flink.configuration that return WritableConfigModifier and TypeMethodDescription<T> WritableConfigWritableConfig.set(ConfigOption<T> option, T value) Stores a given value using the metadata included in theConfigOption. -
Uses of WritableConfig in org.apache.flink.table.api
Classes in org.apache.flink.table.api that implement WritableConfigModifier and TypeClassDescriptionfinal classConfiguration for the currentTableEnvironmentsession to adjust Table & SQL API programs.