| Package | Description |
|---|---|
| org.apache.hadoop.hbase.conf |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PropagatingConfigurationObserver
This extension to ConfigurationObserver allows the configuration to propagate to the children of
the current
ConfigurationObserver. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConfigurationManager.containsObserver(ConfigurationObserver observer)
Returns true if contains the observer, for unit test only
|
void |
ConfigurationManager.deregisterObserver(ConfigurationObserver observer)
Deregister an observer class
|
void |
ConfigurationManager.registerObserver(ConfigurationObserver observer)
Register an observer class
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.