Uses of Class
org.apache.hadoop.hbase.regionserver.RegionSplitRestriction

Packages that use org.apache.hadoop.hbase.regionserver.RegionSplitRestriction
Package
Description
 
  • Uses of org.apache.hadoop.hbase.regionserver.RegionSplitRestriction in org.apache.hadoop.hbase.regionserver

    Subclasses of org.apache.hadoop.hbase.regionserver.RegionSplitRestriction in in org.apache.hadoop.hbase.regionserver
    Modifier and Type
    Class
    Description
    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.
    Methods in org.apache.hadoop.hbase.regionserver that return org.apache.hadoop.hbase.regionserver.RegionSplitRestriction in in
    Modifier and Type
    Method
    Description
    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.