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 TypeClassDescriptionclassorg.apache.hadoop.hbase.regionserver.DelimitedKeyPrefixRegionSplitRestrictionARegionSplitRestrictionimplementation that groups rows by a prefix of the row-key with a delimiter.classorg.apache.hadoop.hbase.regionserver.KeyPrefixRegionSplitRestrictionARegionSplitRestrictionimplementation that groups rows by a prefix of the row-key.classorg.apache.hadoop.hbase.regionserver.NoRegionSplitRestrictionARegionSplitRestrictionimplementation 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.RegionSplitRestrictionRegionSplitRestriction.create(org.apache.hadoop.hbase.client.TableDescriptor tableDescriptor, org.apache.hadoop.conf.Configuration conf) Create the RegionSplitRestriction configured for the given table.