public class TestConfigurationManager extends Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
TestConfigurationManager.DummyConfigurationObserver |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.slf4j.Logger |
LOG |
Constructor and Description |
---|
TestConfigurationManager() |
Modifier and Type | Method and Description |
---|---|
private void |
registerLocalObserver(org.apache.hadoop.hbase.conf.ConfigurationManager cm) |
void |
testCheckIfObserversNotified()
Test if observers get notified by the
ConfigurationManager when the Configuration
is reloaded. |
void |
testDeregisterOnOutOfScope()
Test if out-of-scope observers are deregistered on GC.
|
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
public TestConfigurationManager()
public void testCheckIfObserversNotified()
ConfigurationManager
when the Configuration
is reloaded.private void registerLocalObserver(org.apache.hadoop.hbase.conf.ConfigurationManager cm)
public void testDeregisterOnOutOfScope()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.