Package alluxio.stress.cli.suite
Class Suite<T extends alluxio.stress.Summary>
- java.lang.Object
-
- alluxio.stress.cli.suite.Suite<T>
-
- Type Parameters:
T- the summary class
- Direct Known Subclasses:
MaxThroughput
public abstract class Suite<T extends alluxio.stress.Summary> extends java.lang.ObjectBase class for all benchmark suites.
-
-
Field Summary
Fields Modifier and Type Field Description protected alluxio.stress.BaseParametersmBaseParameters
-
Constructor Summary
Constructors Constructor Description Suite()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected static voidmainInternal(java.lang.String[] args, Suite suite)abstract TrunSuite(java.lang.String[] args)Runs the suite.
-
-
-
Method Detail
-
runSuite
public abstract T runSuite(java.lang.String[] args) throws java.lang.Exception
Runs the suite.- Parameters:
args- the command-line args- Returns:
- the summary result
- Throws:
java.lang.Exception
-
mainInternal
protected static void mainInternal(java.lang.String[] args, Suite suite)
-
-