Package alluxio.stress.cli.suite
Class MaxThroughput
- java.lang.Object
-
- alluxio.stress.cli.suite.Suite<alluxio.stress.master.MaxThroughputSummary>
-
- alluxio.stress.cli.suite.MaxThroughput
-
public class MaxThroughput extends Suite<alluxio.stress.master.MaxThroughputSummary>
A max throughput suite.
-
-
Field Summary
-
Fields inherited from class alluxio.stress.cli.suite.Suite
mBaseParameters
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)alluxio.stress.master.MaxThroughputSummaryrunSuite(java.lang.String[] args)Runs the suite.-
Methods inherited from class alluxio.stress.cli.suite.Suite
mainInternal
-
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
- Parameters:
args- the command-line args
-
runSuite
public alluxio.stress.master.MaxThroughputSummary runSuite(java.lang.String[] args) throws java.lang.ExceptionDescription copied from class:SuiteRuns the suite.
-
-