Class CollectAlluxioInfoCommand.AlluxioCommand

  • Enclosing class:
    CollectAlluxioInfoCommand

    public static class CollectAlluxioInfoCommand.AlluxioCommand
    extends alluxio.shell.ShellCommand
    A special shell command that runs an Alluxio cmdline operation.
    • Method Summary

      • Methods inherited from class alluxio.shell.ShellCommand

        getCommand, run, runWithOutput, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AlluxioCommand

        public AlluxioCommand​(java.lang.String alluxioPath,
                              java.lang.String cmd)
        Parameters:
        alluxioPath - where Alluxio can be found
        cmd - Alluxio cmd to run