Package alluxio.cli
Class RunOperation
- java.lang.Object
-
- alluxio.cli.RunOperation
-
public class RunOperation extends java.lang.ObjectClass for running an operation multiple times.
-
-
Constructor Summary
Constructors Constructor Description RunOperation(alluxio.conf.AlluxioConfiguration alluxioConf)Constructs a newRunOperationobject.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Tool for running an operation multiple times.intrun(java.lang.String[] args)
-
-
-
Constructor Detail
-
RunOperation
public RunOperation(alluxio.conf.AlluxioConfiguration alluxioConf)
Constructs a newRunOperationobject.- Parameters:
alluxioConf- Alluxio configuration
-
-