@InterfaceAudience.Private public final class EmptyNormalizationPlan extends Object implements NormalizationPlan
NormalizationPlan.PlanType
Modifier and Type | Field and Description |
---|---|
private static EmptyNormalizationPlan |
instance |
Modifier | Constructor and Description |
---|---|
private |
EmptyNormalizationPlan() |
Modifier and Type | Method and Description |
---|---|
void |
execute(Admin admin)
No-op for empty plan.
|
static EmptyNormalizationPlan |
getInstance() |
NormalizationPlan.PlanType |
getType() |
private static final EmptyNormalizationPlan instance
private EmptyNormalizationPlan()
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.