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
ReconfigurationException.ReconfigurationExceptionboolean isPropertyReconfigurable(String property)
Collection<String> getReconfigurableProperties()
Copyright © 2018 Apache Software Foundation. All Rights Reserved.