Uses of Interface
org.apache.hadoop.hdfs.server.diskbalancer.connectors.ClusterConnector
Packages that use ClusterConnector
Package
Description
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.
-
Uses of ClusterConnector in org.apache.hadoop.hdfs.server.diskbalancer.connectors
Classes in org.apache.hadoop.hdfs.server.diskbalancer.connectors that implement ClusterConnectorModifier and TypeClassDescriptionclassA connector that understands JSON data cluster models.Methods in org.apache.hadoop.hdfs.server.diskbalancer.connectors that return ClusterConnectorModifier and TypeMethodDescriptionstatic ClusterConnectorConnectorFactory.getCluster(URI clusterURI, org.apache.hadoop.conf.Configuration conf) Constructs an appropriate connector based on the URL. -
Uses of ClusterConnector in org.apache.hadoop.hdfs.server.diskbalancer.datamodel
Constructors in org.apache.hadoop.hdfs.server.diskbalancer.datamodel with parameters of type ClusterConnectorModifierConstructorDescriptionDiskBalancerCluster(ClusterConnector connector) Constructs a DiskBalancerCluster.