Class JobServiceMaxThroughput


  • public class JobServiceMaxThroughput
    extends AbstractMaxThroughput<alluxio.stress.jobservice.JobServiceMaxThroughputSummary,​alluxio.stress.jobservice.JobServiceBenchSummary,​alluxio.stress.jobservice.JobServiceBenchParameters>
    A max throughput suite for job service.
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Parameters:
        args - the command-line args
      • runSuite

        public alluxio.stress.jobservice.JobServiceMaxThroughputSummary runSuite​(java.lang.String[] args)
                                                                          throws java.lang.Exception
        Description copied from class: Suite
        Runs the suite.
        Specified by:
        runSuite in class Suite<alluxio.stress.jobservice.JobServiceMaxThroughputSummary>
        Parameters:
        args - the command-line args
        Returns:
        the summary result
        Throws:
        java.lang.Exception
      • runSingleTest

        protected alluxio.stress.jobservice.JobServiceBenchSummary runSingleTest​(java.util.List<java.lang.String> args)
                                                                          throws java.lang.Exception
        Specified by:
        runSingleTest in class AbstractMaxThroughput<alluxio.stress.jobservice.JobServiceMaxThroughputSummary,​alluxio.stress.jobservice.JobServiceBenchSummary,​alluxio.stress.jobservice.JobServiceBenchParameters>
        Parameters:
        args - the args
        Returns:
        the results
        Throws:
        java.lang.Exception