| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.diskbalancer |
Disk Balancer connects to a
.DataNode and attempts to spread data across all volumes evenly. |
| Modifier and Type | Method | Description |
|---|---|---|
DiskBalancerException.Result |
DiskBalancerException.getResult() |
Returns the result.
|
static DiskBalancerException.Result |
DiskBalancerException.Result.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static DiskBalancerException.Result[] |
DiskBalancerException.Result.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
DiskBalancerException(java.lang.String message,
java.lang.Throwable cause,
DiskBalancerException.Result result) |
Constructs an
IOException with the specified detail message and
cause. |
DiskBalancerException(java.lang.String message,
DiskBalancerException.Result result) |
Constructs an
IOException with the specified detail message. |
DiskBalancerException(java.lang.Throwable cause,
DiskBalancerException.Result result) |
Constructs an
IOException with the specified cause and a detail
message of (cause==null ? null : cause.toString()) (which typically
contains the class and detail message of cause). |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.