@PublicEvolving
public interface WritableConfig
ConfigOption.| Modifier and Type | Method and Description |
|---|---|
<T> WritableConfig |
set(ConfigOption<T> option,
T value)
Stores a given value using the metadata included in the
ConfigOption. |
<T> WritableConfig set(ConfigOption<T> option, T value)
ConfigOption. The value
should be readable back through ReadableConfig.T - type of the value to be storedoption - metadata informationvalue - value to be storedCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.