Package alluxio.stress.jobservice
Class JobServiceMaxThroughputSummary
- java.lang.Object
-
- alluxio.stress.common.AbstractMaxThroughputSummary<JobServiceBenchParameters,GeneralBenchSummary<JobServiceBenchTaskResult>>
-
- alluxio.stress.jobservice.JobServiceMaxThroughputSummary
-
- All Implemented Interfaces:
Summary,TaskResult,alluxio.util.JsonSerializable
public final class JobServiceMaxThroughputSummary extends AbstractMaxThroughputSummary<JobServiceBenchParameters,GeneralBenchSummary<JobServiceBenchTaskResult>>
The summary for the max throughput test.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class alluxio.stress.common.AbstractMaxThroughputSummary
AbstractMaxThroughputSummary.GraphGenerator
-
Nested classes/interfaces inherited from interface alluxio.stress.TaskResult
TaskResult.Aggregator<T extends TaskResult>
-
-
Constructor Summary
Constructors Constructor Description JobServiceMaxThroughputSummary()
-
Method Summary
-
Methods inherited from class alluxio.stress.common.AbstractMaxThroughputSummary
addFailedRun, addPassedRun, aggregator, getBaseParameters, getEndTimeMs, getErrors, getFailedRuns, getMaxThroughput, getParameters, getPassedRuns, graphGenerator, setEndTimeMs, setFailedRuns, setMaxThroughput, setParameters, setPassedRuns
-
-