| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.util |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
RegionSplitter.DecimalStringSplit
The format of a DecimalStringSplit region boundary is the ASCII representation of
reversed sequential number, or any other uniformly distributed decimal value.
|
static class |
RegionSplitter.HexStringSplit
HexStringSplit is a well-known
RegionSplitter.SplitAlgorithm for choosing region
boundaries. |
static class |
RegionSplitter.NumberStringSplit |
static class |
RegionSplitter.UniformSplit
A SplitAlgorithm that divides the space of possible keys evenly.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static RegionSplitter.SplitAlgorithm |
RegionSplitter.newSplitAlgoInstance(org.apache.hadoop.conf.Configuration conf,
String splitClassName) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.