Uses of Class
org.apache.hadoop.hdfs.server.diskbalancer.DiskBalancerException
Packages that use DiskBalancerException
-
Uses of DiskBalancerException in org.apache.hadoop.hdfs.server.datanode
Methods in org.apache.hadoop.hdfs.server.datanode that throw DiskBalancerExceptionModifier and TypeMethodDescriptionvoidDiskBalancer.cancelPlan(String planID) Cancels a running plan.longDiskBalancer.getBandwidth()Returns the current bandwidth.DiskBalancer.getVolumeNames()Returns a volume ID to Volume base path map.org.apache.hadoop.hdfs.server.datanode.DiskBalancerWorkStatusDiskBalancer.queryWorkStatus()Returns the current work status of a previously submitted Plan.voidDiskBalancer.submitPlan(String planId, long planVersion, String planFileName, String planData, boolean force) Takes a client submitted plan and converts into a set of work items that can be executed by the blockMover.