Packages that use org.apache.hadoop.hbase.regionserver.RegionSplitRestriction
-
class
org.apache.hadoop.hbase.regionserver.DelimitedKeyPrefixRegionSplitRestriction
A RegionSplitRestriction
implementation that groups rows by a prefix of the row-key with
a delimiter.
class
org.apache.hadoop.hbase.regionserver.KeyPrefixRegionSplitRestriction
A RegionSplitRestriction
implementation that groups rows by a prefix of the row-key.
class
org.apache.hadoop.hbase.regionserver.NoRegionSplitRestriction
A RegionSplitRestriction
implementation that does nothing.
static org.apache.hadoop.hbase.regionserver.RegionSplitRestriction
RegionSplitRestriction.create(org.apache.hadoop.hbase.client.TableDescriptor tableDescriptor,
org.apache.hadoop.conf.Configuration conf)
Create the RegionSplitRestriction configured for the given table.