Uses of Interface
org.apache.flink.configuration.ReadableConfig
-
Packages that use ReadableConfig Package Description org.apache.flink.api.common org.apache.flink.api.common.serialization org.apache.flink.configuration org.apache.flink.util -
-
Uses of ReadableConfig in org.apache.flink.api.common
Methods in org.apache.flink.api.common with parameters of type ReadableConfig Modifier and Type Method Description voidExecutionConfig. configure(ReadableConfig configuration, ClassLoader classLoader)Sets all relevant options contained in theReadableConfigsuch as e.g. -
Uses of ReadableConfig in org.apache.flink.api.common.serialization
Methods in org.apache.flink.api.common.serialization with parameters of type ReadableConfig Modifier and Type Method Description voidSerializerConfig. configure(ReadableConfig configuration, ClassLoader classLoader)Sets all relevant options contained in theReadableConfigsuch as e.g.voidSerializerConfigImpl. configure(ReadableConfig configuration, ClassLoader classLoader)Sets all relevant options contained in theReadableConfigsuch as e.g. -
Uses of ReadableConfig in org.apache.flink.configuration
Classes in org.apache.flink.configuration that implement ReadableConfig Modifier and Type Class Description classConfigurationLightweight configuration object which stores key/value pairs.classDelegatingConfigurationA configuration that manages a subset of keys with a common prefix from a given configuration.classUnmodifiableConfigurationUnmodifiable version of the Configuration class.Methods in org.apache.flink.configuration with parameters of type ReadableConfig Modifier and Type Method Description static <IN,OUT,E extends Throwable>
List<OUT>ConfigUtils. decodeListFromConfig(ReadableConfig configuration, ConfigOption<List<IN>> key, org.apache.flink.util.function.FunctionWithException<IN,OUT,E> mapper)Gets aListof values of typeINfrom aReadableConfigand transforms it to aListof typeOUTbased on the providedmapperfunction.static String[]CoreOptions. getParentFirstLoaderPatterns(ReadableConfig config) -
Uses of ReadableConfig in org.apache.flink.util
Methods in org.apache.flink.util with parameters of type ReadableConfig Modifier and Type Method Description static MutableURLClassLoaderFlinkUserCodeClassLoaders. create(URL[] urls, ClassLoader parent, ReadableConfig config)static TernaryBooleanTernaryBoolean. mergeTernaryBooleanWithConfig(TernaryBoolean original, ConfigOption<Boolean> configOption, ReadableConfig config)Merges an existing value with a config, accepting the config's value only if the existing value is undefined.
-