Class | Description |
---|---|
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.
|
JournalCommand |
Command for seeing/managing quorum state of embedded journal.
|
MetricsCommand |
Command for managing Alluxio metric system.
|
NodesCommand |
Command to get or administrate worker nodes status.
|
ReportCommand |
Reports Alluxio running cluster information.
|
WorkerAddressUtils |
A util class for worker address -> string conversion.
|
Enum | Description |
---|---|
DecommissionWorkerCommand.ReturnCode |
A set of return codes.
|
Copyright © 2023. All Rights Reserved.