Uses of Class
org.apache.hadoop.hbase.regionserver.RegionSplitPolicy
-
Uses of RegionSplitPolicy in org.apache.hadoop.hbase.master.assignment
-
Uses of RegionSplitPolicy in org.apache.hadoop.hbase.regionserver
Modifier and TypeClassDescriptionclass
This class represents a split policy which makes the split decision based on how busy a region is.class
ARegionSplitPolicy
implementation which splits a region as soon as any of its store files exceeds a maximum configurable size.class
Deprecated.since 3.0.0 and will be removed in 4.0.0.class
ARegionSplitPolicy
that disables region splits.class
Split size is the number of regions that are on this server that all are of the same table, cubed, times 2x the region flush size OR the maximum region split size, whichever is smaller.class
Deprecated.since 3.0.0 and will be removed in 4.0.0.class
Modifier and TypeFieldDescriptionprivate static final Class<? extends RegionSplitPolicy>
RegionSplitPolicy.DEFAULT_SPLIT_POLICY_CLASS
Modifier and TypeMethodDescriptionstatic RegionSplitPolicy
Create the RegionSplitPolicy configured for the given table.(package private) RegionSplitPolicy
HRegion.getSplitPolicy()
Returns split policy for this region.Modifier and TypeMethodDescriptionstatic Class<? extends RegionSplitPolicy>
RegionSplitPolicy.getSplitPolicyClass
(TableDescriptor htd, org.apache.hadoop.conf.Configuration conf) Modifier and TypeMethodDescriptionorg.apache.hadoop.fs.Path
HRegionFileSystem.splitStoreFile
(RegionInfo hri, String familyName, HStoreFile f, byte[] splitRow, boolean top, RegionSplitPolicy splitPolicy, StoreFileTracker tracker) Write out a split reference.