| Interface | Description |
|---|---|
| KeyGenerator |
Implementations of this interface determine how keys are spread in HBase
|
| RegionSplitter.SplitAlgorithm |
A generic interface for the RegionSplitter code to use for all it's functionality.
|
| Class | Description |
|---|---|
| KeyGeneratorImplementations |
Contains implementations of the KeyGenerator interface
|
| KeyGeneratorImplementations.BadRandomKeyGenerator | |
| KeyGeneratorImplementations.BucketKeyGenerator |
This is the used implementation
|
| KeyGeneratorImplementations.FullRandomKeyGenerator | |
| KeyGeneratorImplementations.SeqKeyGenerator | |
| RegionSplitter |
This class contains only the required behavior of the original
org.apache.hadoop.hbase.util.RegionSplitter class to avoid
having a reference to hbase-testing-util, which transitively
imports hbase-server causing dependency conflicts for this module.
|
| RegionSplitter.UniformSplit |
A SplitAlgorithm that divides the space of possible keys evenly.
|
Copyright © 2011–2020 Apache Software Foundation. All rights reserved.