Uses of Class
org.apache.hadoop.hdfs.server.diskbalancer.datamodel.DiskBalancerCluster
Packages that use DiskBalancerCluster
Package
Description
Commands for disk balancer command line tool.
Disk Balancer Data Model is the Data Model for the cluster that
Disk Balancer is working against.
-
Uses of DiskBalancerCluster in org.apache.hadoop.hdfs.server.diskbalancer.command
Methods in org.apache.hadoop.hdfs.server.diskbalancer.command that return DiskBalancerClusterModifier and TypeMethodDescriptionprotected DiskBalancerClusterCommand.readClusterInfo(org.apache.commons.cli.CommandLine cmd) Process the URI and return the cluster with nodes setup.Methods in org.apache.hadoop.hdfs.server.diskbalancer.command with parameters of type DiskBalancerClusterModifier and TypeMethodDescriptionvoidCommand.setCluster(DiskBalancerCluster newCluster) Set DiskBalancer cluster -
Uses of DiskBalancerCluster in org.apache.hadoop.hdfs.server.diskbalancer.datamodel
Methods in org.apache.hadoop.hdfs.server.diskbalancer.datamodel that return DiskBalancerClusterModifier and TypeMethodDescriptionstatic DiskBalancerClusterParses a Json string and converts to DiskBalancerCluster.