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
  • Field Details

    • LOG

      private static final org.slf4j.Logger LOG
  • Constructor Details

  • Method Details

    • testCheckIfObserversNotified

      @Test public void testCheckIfObserversNotified()
      Test if observers get notified by the ConfigurationManager when the Configuration is reloaded.
    • registerLocalObserver

      private void registerLocalObserver(org.apache.hadoop.hbase.conf.ConfigurationManager cm)
    • testDeregisterOnOutOfScope

      @Test public void testDeregisterOnOutOfScope()
      Test if out-of-scope observers are deregistered on GC.