Package alluxio.stress.jobservice
Class JobServiceBenchSummary.GraphGenerator
- java.lang.Object
-
- alluxio.stress.GraphGenerator
-
- alluxio.stress.jobservice.JobServiceBenchSummary.GraphGenerator
-
- Enclosing class:
- JobServiceBenchSummary
public static final class JobServiceBenchSummary.GraphGenerator extends GraphGenerator
The graph generator for this summary.
-
-
Constructor Summary
Constructors Constructor Description GraphGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Graph>generate(java.util.List<? extends Summary> results)
-
-
-
Method Detail
-
generate
public java.util.List<Graph> generate(java.util.List<? extends Summary> results)
- Specified by:
generatein classGraphGenerator- Parameters:
results- the list of summaries- Returns:
- a list of graphs generated from the input list of summaries
-
-