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 TypeClassDescriptionclass
ARegionSplitRestriction
implementation that groups rows by a prefix of the row-key with a delimiter.class
ARegionSplitRestriction
implementation that groups rows by a prefix of the row-key.class
ARegionSplitRestriction
implementation that does nothing.Fields in org.apache.hadoop.hbase.regionserver declared as RegionSplitRestrictionMethods in org.apache.hadoop.hbase.regionserver that return RegionSplitRestrictionModifier and TypeMethodDescriptionstatic RegionSplitRestriction
RegionSplitRestriction.create
(TableDescriptor tableDescriptor, org.apache.hadoop.conf.Configuration conf) Create the RegionSplitRestriction configured for the given table.