Uses of Class
org.apache.hadoop.hbase.conf.ConfigurationManager

Packages that use org.apache.hadoop.hbase.conf.ConfigurationManager
Package
Description
 
 
Provides implementations of HFile and HFile BlockCache.
 
  • Uses of org.apache.hadoop.hbase.conf.ConfigurationManager in org.apache.hadoop.hbase

    Fields in org.apache.hadoop.hbase declared as org.apache.hadoop.hbase.conf.ConfigurationManager in in
    Modifier and Type
    Field
    Description
    protected final org.apache.hadoop.hbase.conf.ConfigurationManager
    HBaseServerBase.configurationManager
    Configuration manager is used to register/deregister and notify the configuration observers when the regionserver is notified that there was a change in the on disk configs.
    Methods in org.apache.hadoop.hbase that return org.apache.hadoop.hbase.conf.ConfigurationManager in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.conf.ConfigurationManager
    HBaseServerBase.getConfigurationManager()
     
  • Uses of org.apache.hadoop.hbase.conf.ConfigurationManager in org.apache.hadoop.hbase.conf

    Methods in org.apache.hadoop.hbase.conf with parameters of type org.apache.hadoop.hbase.conf.ConfigurationManager in in
    Modifier and Type
    Method
    Description
    void
    PropagatingConfigurationObserver.deregisterChildren(org.apache.hadoop.hbase.conf.ConfigurationManager manager)
    Needs to be called to deregister the children from the manager.
    void
    PropagatingConfigurationObserver.registerChildren(org.apache.hadoop.hbase.conf.ConfigurationManager manager)
    Needs to be called to register the children to the manager.
  • Uses of org.apache.hadoop.hbase.conf.ConfigurationManager in org.apache.hadoop.hbase.io.hfile

    Methods in org.apache.hadoop.hbase.io.hfile with parameters of type org.apache.hadoop.hbase.conf.ConfigurationManager in in
    Modifier and Type
    Method
    Description
    void
    CacheConfig.deregisterChildren(org.apache.hadoop.hbase.conf.ConfigurationManager manager)
     
    void
    CacheConfig.registerChildren(org.apache.hadoop.hbase.conf.ConfigurationManager manager)
     
  • Uses of org.apache.hadoop.hbase.conf.ConfigurationManager in org.apache.hadoop.hbase.regionserver

    Methods in org.apache.hadoop.hbase.regionserver that return org.apache.hadoop.hbase.conf.ConfigurationManager in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.conf.ConfigurationManager
    HRegion.getConfigurationManager()
     
    Methods in org.apache.hadoop.hbase.regionserver with parameters of type org.apache.hadoop.hbase.conf.ConfigurationManager in in
    Modifier and Type
    Method
    Description
    void
    CompactSplit.deregisterChildren(org.apache.hadoop.hbase.conf.ConfigurationManager manager)
    Needs to be called to deregister the children from the manager.
    void
    HRegion.deregisterChildren(org.apache.hadoop.hbase.conf.ConfigurationManager manager)
    Needs to be called to deregister the children from the manager.
    void
    HStore.deregisterChildren(org.apache.hadoop.hbase.conf.ConfigurationManager manager)
    Needs to be called to deregister the children from the manager.
    void
    PrefetchExecutorNotifier.deregisterChildren(org.apache.hadoop.hbase.conf.ConfigurationManager manager)
    Needs to be called to deregister the children from the manager.
    void
    CompactSplit.registerChildren(org.apache.hadoop.hbase.conf.ConfigurationManager manager)
    Needs to be called to register the children to the manager.
    void
    HRegion.registerChildren(org.apache.hadoop.hbase.conf.ConfigurationManager manager)
    Needs to be called to register the children to the manager.
    void
    HStore.registerChildren(org.apache.hadoop.hbase.conf.ConfigurationManager manager)
    Needs to be called to register the children to the manager.
    void
    PrefetchExecutorNotifier.registerChildren(org.apache.hadoop.hbase.conf.ConfigurationManager manager)
    Needs to be called to register the children to the manager.