Uses of Interface
org.apache.hadoop.hdfs.server.diskbalancer.planner.Step
Packages that use Step
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 Step in org.apache.hadoop.hdfs.server.diskbalancer.planner
Classes in org.apache.hadoop.hdfs.server.diskbalancer.planner that implement StepMethods in org.apache.hadoop.hdfs.server.diskbalancer.planner that return types with arguments of type StepModifier and TypeMethodDescriptionNodePlan.getVolumeSetPlans()Returns a Map of VolumeSetIDs and volumeSetPlans.Method parameters in org.apache.hadoop.hdfs.server.diskbalancer.planner with type arguments of type StepModifier and TypeMethodDescriptionvoidNodePlan.setVolumeSetPlans(List<Step> volumeSetPlans) Sets a volume List plan.