@InterfaceAudience.Private public final class EmptyNormalizationPlan extends Object implements NormalizationPlan
NormalizationPlan.PlanType
Modifier and Type | Method and Description |
---|---|
void |
execute(Admin admin)
No-op for empty plan.
|
static EmptyNormalizationPlan |
getInstance() |
NormalizationPlan.PlanType |
getType() |
public static EmptyNormalizationPlan getInstance()
public void execute(Admin admin)
execute
in interface NormalizationPlan
admin
- instance of Adminpublic NormalizationPlan.PlanType getType()
getType
in interface NormalizationPlan
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.