Uses of Class
org.apache.hadoop.hdfs.server.diskbalancer.planner.NodePlan
Packages that use NodePlan
Package
Description
Disk Balancer Data Model is the Data Model for the cluster that
Disk Balancer is working against.
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 NodePlan in org.apache.hadoop.hdfs.server.diskbalancer.datamodel
Methods in org.apache.hadoop.hdfs.server.diskbalancer.datamodel that return types with arguments of type NodePlanModifier and TypeMethodDescriptionDiskBalancerCluster.computePlan(double thresholdPercent) Compute plan takes a node and constructs a planner that creates a plan that we would like to follow. -
Uses of NodePlan in org.apache.hadoop.hdfs.server.diskbalancer.planner
Methods in org.apache.hadoop.hdfs.server.diskbalancer.planner that return NodePlanModifier and TypeMethodDescriptionstatic NodePlanParses a JSON string and converts to NodePlan.GreedyPlanner.plan(DiskBalancerDataNode node) Computes a node plan for the given node.Planner.plan(DiskBalancerDataNode node) Methods in org.apache.hadoop.hdfs.server.diskbalancer.planner with parameters of type NodePlanModifier and TypeMethodDescriptionvoidGreedyPlanner.balanceVolumeSet(DiskBalancerDataNode node, DiskBalancerVolumeSet vSet, NodePlan plan) Computes Steps to make a DiskBalancerVolumeSet Balanced.