Skip navigation links

Package 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.

See: Description

Package org.apache.hadoop.hbase.master.normalizer Description

The Region Normalizer subsystem is responsible for coaxing all the regions in a table toward a "normal" size, according to their storefile size. It does this by splitting regions that are significantly larger than the norm, and merging regions that are significantly smaller than the norm.

The public interface to the Region Normalizer subsystem is limited to the following classes: The Region Normalizer subsystem is composed of a handful of related classes:
Skip navigation links

Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.