|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Reconfigurable
Something whose Configuration can be changed at run time.
| Method Summary | |
|---|---|
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. |
String |
reconfigureProperty(String property,
String newVal)
Change a configuration property on this object to the value specified. |
| Methods inherited from interface org.apache.hadoop.conf.Configurable |
|---|
getConf, setConf |
| Method Detail |
|---|
String reconfigureProperty(String property,
String newVal)
throws ReconfigurationException
ReconfigurationException.
ReconfigurationExceptionboolean isPropertyReconfigurable(String property)
Collection<String> getReconfigurableProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||