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

Packages that use RegionSplitPolicy
org.apache.hadoop.hbase.regionserver   
 

Uses of RegionSplitPolicy in org.apache.hadoop.hbase.regionserver
 

Subclasses of RegionSplitPolicy in org.apache.hadoop.hbase.regionserver
 class ConstantSizeRegionSplitPolicy
          A RegionSplitPolicy implementation which splits a region as soon as any of its store files exceeds a maximum configurable size.
 class DelimitedKeyPrefixRegionSplitPolicy
          A custom RegionSplitPolicy implementing a SplitPolicy that groups rows by a prefix of the row-key with a delimiter.
 class DisabledRegionSplitPolicy
          A RegionSplitPolicy that disables region splits.
 class IncreasingToUpperBoundRegionSplitPolicy
          Split size is the number of regions that are on this server that all are of the same table, cubed, times 2x the region flush size OR the maximum region split size, whichever is smaller.
 class KeyPrefixRegionSplitPolicy
          A custom RegionSplitPolicy implementing a SplitPolicy that groups rows by a prefix of the row-key This ensures that a region is not split "inside" a prefix of a row key.
 

Methods in org.apache.hadoop.hbase.regionserver that return RegionSplitPolicy
static RegionSplitPolicy RegionSplitPolicy.create(HRegion region, org.apache.hadoop.conf.Configuration conf)
          Create the RegionSplitPolicy configured for the given table.
 RegionSplitPolicy HRegion.getSplitPolicy()
           
 

Methods in org.apache.hadoop.hbase.regionserver that return types with arguments of type RegionSplitPolicy
static Class<? extends RegionSplitPolicy> RegionSplitPolicy.getSplitPolicyClass(HTableDescriptor htd, org.apache.hadoop.conf.Configuration conf)
           
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.