Uses of Enum Class
org.apache.hadoop.hbase.master.normalizer.NormalizationPlan.PlanType
Packages that use NormalizationPlan.PlanType
Package
Description
The Region Normalizer subsystem is responsible for coaxing all the regions in a table toward
a "normal" size, according to their storefile size.
-
Uses of NormalizationPlan.PlanType in org.apache.hadoop.hbase.master.normalizer
Methods in org.apache.hadoop.hbase.master.normalizer that return NormalizationPlan.PlanTypeModifier and TypeMethodDescriptionMergeNormalizationPlan.getType()
NormalizationPlan.getType()
Returns the type of this planSplitNormalizationPlan.getType()
static NormalizationPlan.PlanType
Returns the enum constant of this class with the specified name.static NormalizationPlan.PlanType[]
NormalizationPlan.PlanType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.master.normalizer with parameters of type NormalizationPlan.PlanTypeModifier and TypeMethodDescriptionlong
RegionNormalizerManager.getSkippedCount
(NormalizationPlan.PlanType type) Retrieve a count of the number of times plans of typetype
were submitted but skipped.(package private) long
RegionNormalizerWorker.getSkippedCount
(NormalizationPlan.PlanType type) void
RegionNormalizerManager.planSkipped
(NormalizationPlan.PlanType type) Call-back for the case where plan couldn't be executed due to constraint violation, such as namespace quota.(package private) void
RegionNormalizerWorker.planSkipped
(NormalizationPlan.PlanType type)