public interface ConfigurableOptionsFactory extends OptionsFactory
| Modifier and Type | Method and Description |
|---|---|
OptionsFactory |
configure(org.apache.flink.configuration.Configuration configuration)
Creates a variant of the options factory that applies additional configuration parameters.
|
createColumnOptions, createDBOptions, createNativeMetricsOptionsOptionsFactory configure(org.apache.flink.configuration.Configuration configuration)
If no configuration is applied, or if the method directly applies configuration values to the (mutable) options factory object, this method may return the original options factory object. Otherwise it typically returns a modified copy.
configuration - The configuration to pick the values from.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.