Uses of Interface
org.apache.hadoop.hbase.conf.PropagatingConfigurationObserver
Package
Description
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.master.normalizer
Modifier 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
Modifier 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