Package alluxio.cli

Class RunOperation


  • public class RunOperation
    extends java.lang.Object
    Class for running an operation multiple times.
    • Constructor Summary

      Constructors 
      Constructor Description
      RunOperation​(alluxio.conf.AlluxioConfiguration alluxioConf)
      Constructs a new RunOperation object.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Tool for running an operation multiple times.
      int run​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • RunOperation

        public RunOperation​(alluxio.conf.AlluxioConfiguration alluxioConf)
        Constructs a new RunOperation object.
        Parameters:
        alluxioConf - Alluxio configuration
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Tool for running an operation multiple times.
        Parameters:
        args - command-line arguments
      • run

        public int run​(java.lang.String[] args)
        Parameters:
        args - command line arguments
        Returns:
        the exit status