| Package | Description |
|---|---|
| org.apache.hadoop.tools.fedbalance |
FedBalance is a tool for balancing data across federation clusters.
|
| org.apache.hadoop.tools.fedbalance.procedure |
Classes under this package implement a state machine used for balancing data
across federation namespaces.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DistCpProcedure |
Copy data through distcp.
|
class |
TrashProcedure |
This procedure moves the source path to the corresponding trash.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
BalanceJob<T extends BalanceProcedure> |
A Job is a state machine consists of many procedures.
|
static class |
BalanceJob.Builder<T extends BalanceProcedure> |
|
class |
BalanceProcedure<T extends BalanceProcedure> |
The basic components of the Job.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.