Uses of Class
alluxio.cli.fsadmin.command.AbstractFsAdminCommand
-
Packages that use AbstractFsAdminCommand Package Description alluxio.cli.fsadmin.command alluxio.cli.fsadmin.journal alluxio.cli.fsadmin.metrics alluxio.cli.fsadmin.pathconf -
-
Uses of AbstractFsAdminCommand in alluxio.cli.fsadmin.command
Subclasses of AbstractFsAdminCommand in alluxio.cli.fsadmin.command Modifier and Type Class Description classBackupCommandCommand for backing up Alluxio master metadata.classDecommissionWorkerCommandDecommission a specific batch of workers, the decommissioned worker is not automatically shutdown and will not be picked for new I/O requests.classDoctorCommandShows errors or warnings that users should pay attention to.classEnableWorkerCommandThe DecommissionWorkerCommand can specify to disable certain workers in the cluster, so they are not allowed to register again.classGetBlockInfoCommandCommand for getting information from a block id.classJournalCommandCommand for seeing/managing quorum state of embedded journal.classMetricsCommandCommand for managing Alluxio metric system.classPathConfCommandManages path level configuration.classReportCommandReports Alluxio running cluster information.classStateLockHoldersCommandCI Command to get state lock holder thread identifiers.classUfsCommandUpdate attributes for an existing mount point.classUpdateConfCommandUpdate config for an existing service. -
Uses of AbstractFsAdminCommand in alluxio.cli.fsadmin.journal
Subclasses of AbstractFsAdminCommand in alluxio.cli.fsadmin.journal Modifier and Type Class Description classCheckpointCommandCommand for triggering a checkpoint in the primary master journal system.classQuorumCommandCommand for seeing/managing quorum state of embedded journal.classQuorumElectCommandCommand for transferring the leadership to another master within a quorum.classQuorumInfoCommandCommand for querying journal quorum information.classQuorumRemoveCommandCommand for removing a server from journal quorum. -
Uses of AbstractFsAdminCommand in alluxio.cli.fsadmin.metrics
Subclasses of AbstractFsAdminCommand in alluxio.cli.fsadmin.metrics Modifier and Type Class Description classClearCommandClear the leading master (and workers) metrics. -
Uses of AbstractFsAdminCommand in alluxio.cli.fsadmin.pathconf
Subclasses of AbstractFsAdminCommand in alluxio.cli.fsadmin.pathconf Modifier and Type Class Description classAddCommandAdds path level configurations.classListCommandLists paths that have path level configuration.classRemoveCommandRemoves path level configurations.classShowCommandShow path level configurations.
-