Package org.apache.hadoop.hbase.util
Class RegionSplitter.DecimalStringSplit
java.lang.Object
org.apache.hadoop.hbase.util.RegionSplitter.NumberStringSplit
org.apache.hadoop.hbase.util.RegionSplitter.DecimalStringSplit
- All Implemented Interfaces:
RegionSplitter.SplitAlgorithm
- Enclosing class:
- RegionSplitter
The format of a DecimalStringSplit region boundary is the ASCII representation of reversed
sequential number, or any other uniformly distributed decimal value. Row are decimal-encoded
long values in the range "00000000" => "99999999" and are left-padded with zeros to
keep the same order lexicographically as if they were binary.
-
Field Summary
Modifier and TypeFieldDescription(package private) static final String
(package private) static final String
(package private) static final int
Fields inherited from class org.apache.hadoop.hbase.util.RegionSplitter.NumberStringSplit
firstRow, firstRowInt, lastRow, lastRowInt, radix, rowComparisonLength
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.hadoop.hbase.util.RegionSplitter.NumberStringSplit
convertToBigInteger, convertToByte, convertToByte, convertToBytes, firstRow, lastRow, rowToStr, separator, setFirstRow, setFirstRow, setLastRow, setLastRow, split, split, split, split2, strToRow, toString
-
Field Details
-
DEFAULT_MIN_DEC
- See Also:
-
DEFAULT_MAX_DEC
- See Also:
-
RADIX_DEC
- See Also:
-
-
Constructor Details
-
DecimalStringSplit
public DecimalStringSplit()
-