| AbstractFsAdminCommand |
Base class for fsadmin commands.
|
| BackupCommand |
Command for backing up Alluxio master metadata.
|
| Context |
Context for running an fsadmin command.
|
| DecommissionWorkerCommand |
Decommission a specific batch of workers, the decommissioned worker is not automatically
shutdown and will not be picked for new I/O requests.
|
| DecommissionWorkerCommand.WorkerStatus |
A wrapper managing worker activeness status and deciding whether the worker
can be safely killed.
|
| DoctorCommand |
Shows errors or warnings that users should pay attention to.
|
| EnableWorkerCommand |
The DecommissionWorkerCommand can specify to disable certain workers in the cluster, so
they are not allowed to register again.
|
| GetBlockInfoCommand |
Command for getting information from a block id.
|
| JournalCommand |
Command for seeing/managing quorum state of embedded journal.
|
| MetricsCommand |
Command for managing Alluxio metric system.
|
| PathConfCommand |
Manages path level configuration.
|
| ReportCommand |
Reports Alluxio running cluster information.
|
| StateLockHoldersCommand |
CI Command to get state lock holder thread identifiers.
|
| UfsCommand |
Update attributes for an existing mount point.
|
| UpdateConfCommand |
Update config for an existing service.
|
| WorkerAddressUtils |
A util class for worker address -> string conversion.
|