@PublicEvolving
public interface WritableConfig
ConfigOption
.限定符和类型 | 方法和说明 |
---|---|
<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–2020 The Apache Software Foundation. All rights reserved.