Package | Description |
---|---|
org.apache.hadoop.hbase.master.normalizer |
The Region Normalizer subsystem is responsible for coaxing all the regions in a table toward
a "normal" size, according to their storefile size.
|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Class and Description |
---|---|
class |
RegionNormalizerManager
This class encapsulates the details of the
RegionNormalizer subsystem. |
(package private) class |
RegionNormalizerWorker
Consumes normalization request targets (
TableName s) off the
RegionNormalizerWorkQueue , dispatches them to the RegionNormalizer , and executes
the resulting NormalizationPlan s. |
Modifier and Type | Class and Description |
---|---|
class |
CompactSplit
Compact region on request and then run split if appropriate
|
class |
HMobStore
The store implementation to save MOBs (medium objects), it extends the HStore.
|
class |
HRegion
Regions store data for a certain region of a table.
|
class |
HStore
A Store holds a column family in a Region.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.