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.