Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Class and Description |
---|---|
class |
DelimitedKeyPrefixRegionSplitRestriction
A
RegionSplitRestriction implementation that groups rows by a prefix of the row-key with
a delimiter. |
class |
KeyPrefixRegionSplitRestriction
A
RegionSplitRestriction implementation that groups rows by a prefix of the row-key. |
class |
NoRegionSplitRestriction
A
RegionSplitRestriction implementation that does nothing. |
Modifier and Type | Field and Description |
---|---|
private RegionSplitRestriction |
HRegion.splitRestriction |
Modifier and Type | Method and Description |
---|---|
static RegionSplitRestriction |
RegionSplitRestriction.create(TableDescriptor tableDescriptor,
org.apache.hadoop.conf.Configuration conf)
Create the RegionSplitRestriction configured for the given table.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.