@InterfaceAudience.Private @InterfaceStability.Evolving public interface ConfigurationObserver
ConfigurationManager
.Modifier and Type | Method and Description |
---|---|
void |
onConfigurationChange(org.apache.hadoop.conf.Configuration conf)
This method would be called by the
ConfigurationManager object when the
Configuration object is reloaded from disk. |
void onConfigurationChange(org.apache.hadoop.conf.Configuration conf)
ConfigurationManager
object when the
Configuration
object is reloaded from disk.Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.