Uses of Class
org.apache.hadoop.hbase.regionserver.RegionSplitRestriction
Packages that use RegionSplitRestriction
-
Uses of RegionSplitRestriction in org.apache.hadoop.hbase.regionserver
Subclasses of RegionSplitRestriction in org.apache.hadoop.hbase.regionserverModifier and TypeClassDescriptionclassARegionSplitRestrictionimplementation that groups rows by a prefix of the row-key with a delimiter.classARegionSplitRestrictionimplementation that groups rows by a prefix of the row-key.classARegionSplitRestrictionimplementation that does nothing.Fields in org.apache.hadoop.hbase.regionserver declared as RegionSplitRestrictionMethods in org.apache.hadoop.hbase.regionserver that return RegionSplitRestrictionModifier and TypeMethodDescriptionstatic RegionSplitRestrictionRegionSplitRestriction.create(TableDescriptor tableDescriptor, org.apache.hadoop.conf.Configuration conf) Create the RegionSplitRestriction configured for the given table.