Uses of Package
org.apache.hadoop.hdfs.server.diskbalancer.datamodel
Packages that use org.apache.hadoop.hdfs.server.diskbalancer.datamodel
Package
Description
Commands for disk balancer command line tool.
Connectors package is a set of logical connectors that connect
to various data sources to read the hadoop cluster information.
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.
-
Classes in org.apache.hadoop.hdfs.server.diskbalancer.datamodel used by org.apache.hadoop.hdfs.server.diskbalancer.commandClassDescriptionDiskBalancerCluster represents the nodes that we are working against.DiskBalancerDataNode represents a DataNode that exists in the cluster.
-
Classes in org.apache.hadoop.hdfs.server.diskbalancer.datamodel used by org.apache.hadoop.hdfs.server.diskbalancer.connectorsClassDescriptionDiskBalancerDataNode represents a DataNode that exists in the cluster.
-
Classes in org.apache.hadoop.hdfs.server.diskbalancer.datamodel used by org.apache.hadoop.hdfs.server.diskbalancer.datamodelClassDescriptionDiskBalancerCluster represents the nodes that we are working against.DiskBalancerDataNode represents a DataNode that exists in the cluster.DiskBalancerVolume represents a volume in the DataNode.DiskBalancerVolumeSet is a collection of storage devices on the data node which are of similar StorageType.
-
Classes in org.apache.hadoop.hdfs.server.diskbalancer.datamodel used by org.apache.hadoop.hdfs.server.diskbalancer.plannerClassDescriptionDiskBalancerDataNode represents a DataNode that exists in the cluster.DiskBalancerVolume represents a volume in the DataNode.DiskBalancerVolumeSet is a collection of storage devices on the data node which are of similar StorageType.