Uses of Class
org.apache.hadoop.hbase.regionserver.RegionSplitRestriction
Packages that use org.apache.hadoop.hbase.regionserver.RegionSplitRestriction
-
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.regionserverModifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.regionserver.DelimitedKeyPrefixRegionSplitRestriction
ARegionSplitRestriction
implementation that groups rows by a prefix of the row-key with a delimiter.class
org.apache.hadoop.hbase.regionserver.KeyPrefixRegionSplitRestriction
ARegionSplitRestriction
implementation that groups rows by a prefix of the row-key.class
org.apache.hadoop.hbase.regionserver.NoRegionSplitRestriction
ARegionSplitRestriction
implementation that does nothing.Methods in org.apache.hadoop.hbase.regionserver that return org.apache.hadoop.hbase.regionserver.RegionSplitRestriction in inModifier and TypeMethodDescriptionstatic 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.