| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.diskbalancer.connectors |
Connectors package is a set of logical connectors that connect
to various data sources to read the hadoop cluster information.
|
| org.apache.hadoop.hdfs.server.diskbalancer.datamodel |
Disk Balancer Data Model is the Data Model for the cluster that
Disk Balancer is working against.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
JsonNodeConnector |
A connector that understands JSON data cluster models.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ClusterConnector |
ConnectorFactory.getCluster(java.net.URI clusterURI,
org.apache.hadoop.conf.Configuration conf) |
Constructs an appropriate connector based on the URL.
|
| Constructor | Description |
|---|---|
DiskBalancerCluster(ClusterConnector connector) |
Constructs a DiskBalancerCluster.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.