Package alluxio.cli.bundler.command
Class CollectAlluxioInfoCommand.AlluxioCommand
- java.lang.Object
-
- alluxio.shell.ShellCommand
-
- alluxio.cli.bundler.command.CollectAlluxioInfoCommand.AlluxioCommand
-
- Enclosing class:
- CollectAlluxioInfoCommand
public static class CollectAlluxioInfoCommand.AlluxioCommand extends alluxio.shell.ShellCommandA special shell command that runs an Alluxio cmdline operation.
-
-
Constructor Summary
Constructors Constructor Description AlluxioCommand(java.lang.String alluxioPath, java.lang.String cmd)Creates an instance ofCollectAlluxioInfoCommand.AlluxioCommand.
-
-
-
Constructor Detail
-
AlluxioCommand
public AlluxioCommand(java.lang.String alluxioPath, java.lang.String cmd)Creates an instance ofCollectAlluxioInfoCommand.AlluxioCommand.- Parameters:
alluxioPath- where Alluxio can be foundcmd- Alluxio cmd to run
-
-