Uses of Interface
org.apache.hadoop.hbase.conf.PropagatingConfigurationObserver
Packages that use PropagatingConfigurationObserver
Package
Description
Provides implementations of
HFile
and HFile
BlockCache
.The Region Normalizer subsystem is responsible for coaxing all the regions in a table toward
a "normal" size, according to their storefile size.
-
Uses of PropagatingConfigurationObserver in org.apache.hadoop.hbase.io.hfile
Classes in org.apache.hadoop.hbase.io.hfile that implement PropagatingConfigurationObserverModifier and TypeClassDescriptionclass
Stores all of the cache objects and configuration for a single HFile. -
Uses of PropagatingConfigurationObserver in org.apache.hadoop.hbase.master.normalizer
Classes in org.apache.hadoop.hbase.master.normalizer that implement PropagatingConfigurationObserverModifier and TypeClassDescriptionclass
This class encapsulates the details of theRegionNormalizer
subsystem.(package private) class
Consumes normalization request targets (TableName
s) off theRegionNormalizerWorkQueue
, dispatches them to theRegionNormalizer
, and executes the resultingNormalizationPlan
s. -
Uses of PropagatingConfigurationObserver in org.apache.hadoop.hbase.regionserver
Classes in org.apache.hadoop.hbase.regionserver that implement PropagatingConfigurationObserverModifier and TypeClassDescriptionclass
Compact region on request and then run split if appropriateclass
The store implementation to save MOBs (medium objects), it extends the HStore.class
Regions store data for a certain region of a table.class
A Store holds a column family in a Region.final class
Class to submit requests for PrefetchExecutor depending on configuration change -
Uses of PropagatingConfigurationObserver in org.apache.hadoop.hbase.replication.regionserver
Classes in org.apache.hadoop.hbase.replication.regionserver that implement PropagatingConfigurationObserver