public final class PlannerFactory extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | GREEDY_PLANNER | 
| Modifier and Type | Method and Description | 
|---|---|
| static Planner | getPlanner(String plannerName,
          DiskBalancerDataNode node,
          double threshold)Gets a planner object. | 
public static final String GREEDY_PLANNER
public static Planner getPlanner(String plannerName, DiskBalancerDataNode node, double threshold)
plannerName - - name of the planner.node - - Datanode.threshold - - percentageCopyright © 2008–2023 Apache Software Foundation. All rights reserved.