Uses of Interface
org.apache.hadoop.hdfs.server.diskbalancer.planner.Planner
Packages that use Planner
Package
Description
Planner takes a DiskBalancerVolumeSet, threshold and
computes a series of steps that lead to an even data
distribution between volumes of this DiskBalancerVolumeSet.
-
Uses of Planner in org.apache.hadoop.hdfs.server.diskbalancer.planner
Classes in org.apache.hadoop.hdfs.server.diskbalancer.planner that implement PlannerModifier and TypeClassDescriptionclassGreedy Planner is a simple planner that computes the largest possible move at any point of time given a volumeSet.Methods in org.apache.hadoop.hdfs.server.diskbalancer.planner that return PlannerModifier and TypeMethodDescriptionstatic PlannerPlannerFactory.getPlanner(String plannerName, DiskBalancerDataNode node, double threshold) Gets a planner object.