Uses of Class
org.apache.hadoop.hbase.regionserver.RegionSplitPolicy
Packages that use RegionSplitPolicy
-
Uses of RegionSplitPolicy in org.apache.hadoop.hbase.master.assignment
Fields in org.apache.hadoop.hbase.master.assignment declared as RegionSplitPolicy -
Uses of RegionSplitPolicy in org.apache.hadoop.hbase.regionserver
Subclasses of RegionSplitPolicy in org.apache.hadoop.hbase.regionserverModifier 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 2.5.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 2.5.0 and will be removed in 4.0.0.class
Fields in org.apache.hadoop.hbase.regionserver declared as RegionSplitPolicyFields in org.apache.hadoop.hbase.regionserver with type parameters of type RegionSplitPolicyModifier and TypeFieldDescriptionprivate static final Class<? extends RegionSplitPolicy>
RegionSplitPolicy.DEFAULT_SPLIT_POLICY_CLASS
Methods in org.apache.hadoop.hbase.regionserver that return RegionSplitPolicyModifier and TypeMethodDescriptionstatic RegionSplitPolicy
Create the RegionSplitPolicy configured for the given table.(package private) RegionSplitPolicy
HRegion.getSplitPolicy()
Returns split policy for this region.Methods in org.apache.hadoop.hbase.regionserver that return types with arguments of type RegionSplitPolicyModifier and TypeMethodDescriptionstatic Class<? extends RegionSplitPolicy>
RegionSplitPolicy.getSplitPolicyClass
(TableDescriptor htd, org.apache.hadoop.conf.Configuration conf) Methods in org.apache.hadoop.hbase.regionserver with parameters of type RegionSplitPolicyModifier and TypeMethodDescriptionorg.apache.hadoop.fs.Path
HRegionFileSystem.splitStoreFile
(RegionInfo hri, String familyName, HStoreFile f, byte[] splitRow, boolean top, RegionSplitPolicy splitPolicy) Write out a split reference.