Package alluxio.stress.master
Class MaxThroughputSummary.GraphGenerator
- java.lang.Object
-
- alluxio.stress.GraphGenerator
-
- alluxio.stress.master.MaxThroughputSummary.GraphGenerator
-
- Enclosing class:
- MaxThroughputSummary
public static final class MaxThroughputSummary.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
-
-