Package org.apache.hadoop.hbase.conf
Class TestConfigurationManager
java.lang.Object
org.apache.hadoop.hbase.conf.TestConfigurationManager
@Tag("org.apache.hadoop.hbase.testclassification.SmallTests") @Tag("org.apache.hadoop.hbase.testclassification.ClientTests")
public class TestConfigurationManager
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidregisterLocalObserver(org.apache.hadoop.hbase.conf.ConfigurationManager cm) voidTest if observers get notified by theConfigurationManagerwhen the Configuration is reloaded.voidTest if out-of-scope observers are deregistered on GC.
-
Field Details
-
LOG
-
-
Constructor Details
-
TestConfigurationManager
public TestConfigurationManager()
-
-
Method Details
-
testCheckIfObserversNotified
Test if observers get notified by theConfigurationManagerwhen the Configuration is reloaded. -
registerLocalObserver
-
testDeregisterOnOutOfScope
Test if out-of-scope observers are deregistered on GC.
-