@InterfaceAudience.Private public interface NormalizationPlan
Modifier and Type | Interface and Description |
---|---|
static class |
NormalizationPlan.PlanType |
Modifier and Type | Method and Description |
---|---|
NormalizationPlan.PlanType |
getType() |
long |
submit(MasterServices masterServices)
Submits normalization plan on cluster (does actual splitting/merging work) and
returns proc Id to caller.
|
long submit(MasterServices masterServices) throws IOException
masterServices
- instance of MasterServices
IOException
- If plan submission to Admin failsNormalizationPlan.PlanType getType()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.