public interface Reconfigurable extends Configurable
Configuration can be changed at run time.| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getReconfigurableProperties()
Return all the properties that can be changed at run time.
|
boolean |
isPropertyReconfigurable(String property)
Return whether a given property is changeable at run time.
|
void |
reconfigureProperty(String property,
String newVal)
Change a configuration property on this object to the value specified.
|
getConf, setConfvoid reconfigureProperty(String property, String newVal) throws ReconfigurationException
property - property name.newVal - new value.ReconfigurationException - if there was an error applying newVal.
If the property cannot be changed, throw a
ReconfigurationException.boolean isPropertyReconfigurable(String property)
property - property name.Collection<String> getReconfigurableProperties()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.