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, setConf
void reconfigureProperty(String property, String newVal) throws ReconfigurationException
ReconfigurationException
.ReconfigurationException
boolean isPropertyReconfigurable(String property)
Collection<String> getReconfigurableProperties()
Copyright © 2017 Apache Software Foundation. All Rights Reserved.