Uses of Class
org.apache.hadoop.hbase.regionserver.RegionSplitRestriction
-
Uses of RegionSplitRestriction in org.apache.hadoop.hbase.regionserver
Modifier 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.Modifier and TypeMethodDescriptionstatic RegionSplitRestriction
RegionSplitRestriction.create
(TableDescriptor tableDescriptor, org.apache.hadoop.conf.Configuration conf) Create the RegionSplitRestriction configured for the given table.