Package alluxio.cli.bundler.command
Class CollectAlluxioInfoCommand
- java.lang.Object
-
- alluxio.cli.bundler.command.AbstractCollectInfoCommand
-
- alluxio.cli.bundler.command.ExecuteShellCollectInfoCommand
-
- alluxio.cli.bundler.command.CollectAlluxioInfoCommand
-
- All Implemented Interfaces:
alluxio.cli.Command,java.io.Closeable,java.lang.AutoCloseable
public class CollectAlluxioInfoCommand extends ExecuteShellCollectInfoCommand
Command to run a set of Alluxio commands. Collects information about the Alluxio cluster.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCollectAlluxioInfoCommand.AlluxioCommandA special shell command that runs an Alluxio cmdline operation.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOMMAND_NAME-
Fields inherited from class alluxio.cli.bundler.command.ExecuteShellCollectInfoCommand
mCommands, mCommandsAlt
-
Fields inherited from class alluxio.cli.bundler.command.AbstractCollectInfoCommand
mFsContext, mWorkingDirPath
-
-
Constructor Summary
Constructors Constructor Description CollectAlluxioInfoCommand(alluxio.client.file.FileSystemContext fsContext)Creates a new instance ofCollectAlluxioInfoCommand.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCommandName()java.lang.StringgetDescription()java.lang.StringgetUsage()protected voidregisterCommands()-
Methods inherited from class alluxio.cli.bundler.command.ExecuteShellCollectInfoCommand
registerCommand, run
-
Methods inherited from class alluxio.cli.bundler.command.AbstractCollectInfoCommand
generateOutputFile, getWorkingDirectory, validateArgs
-
-
-
-
Field Detail
-
COMMAND_NAME
public static final java.lang.String COMMAND_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CollectAlluxioInfoCommand
public CollectAlluxioInfoCommand(alluxio.client.file.FileSystemContext fsContext)
Creates a new instance ofCollectAlluxioInfoCommand.- Parameters:
fsContext- theFileSystemContextto execute in
-
-
Method Detail
-
registerCommands
protected void registerCommands()
- Specified by:
registerCommandsin classExecuteShellCollectInfoCommand
-
getCommandName
public java.lang.String getCommandName()
-
getUsage
public java.lang.String getUsage()
-
getDescription
public java.lang.String getDescription()
-
-