- RegionSplitter - Class in org.apache.omid.committable.hbase
-
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() - Constructor for class org.apache.omid.committable.hbase.RegionSplitter
-
- RegionSplitter.SplitAlgorithm - Interface in org.apache.omid.committable.hbase
-
A generic interface for the RegionSplitter code to use for all it's functionality.
- RegionSplitter.UniformSplit - Class in org.apache.omid.committable.hbase
-
A SplitAlgorithm that divides the space of possible keys evenly.
- removeShadowCellSuffixPrefix(byte[], int, int) - Static method in class org.apache.omid.transaction.CellUtils
-
Builds a new qualifier removing the shadow cell suffix from the
passed HBase qualifier.
- rowToStr(byte[]) - Method in interface org.apache.omid.committable.hbase.RegionSplitter.SplitAlgorithm
-
- rowToStr(byte[]) - Method in class org.apache.omid.committable.hbase.RegionSplitter.UniformSplit
-