java.lang.Object
org.apache.hadoop.hdfs.server.diskbalancer.planner.GreedyPlanner
All Implemented Interfaces:
Planner

public class GreedyPlanner extends Object implements Planner
Greedy Planner is a simple planner that computes the largest possible move at any point of time given a volumeSet.

This is done by choosing the disks with largest amount of data above and below the idealStorage and then a move is scheduled between them.