Uses of Class
alluxio.stress.graph.Graph
-
Packages that use Graph Package Description alluxio.stress alluxio.stress.client alluxio.stress.fuse alluxio.stress.graph alluxio.stress.jobservice alluxio.stress.master alluxio.stress.worker -
-
Uses of Graph in alluxio.stress
Methods in alluxio.stress that return types with arguments of type Graph Modifier and Type Method Description abstract java.util.List<Graph>GraphGenerator. generate(java.util.List<? extends Summary> results) -
Uses of Graph in alluxio.stress.client
Methods in alluxio.stress.client that return types with arguments of type Graph Modifier and Type Method Description java.util.List<Graph>ClientIOTaskResult.GraphGenerator. generate(java.util.List<? extends Summary> results) -
Uses of Graph in alluxio.stress.fuse
Methods in alluxio.stress.fuse that return types with arguments of type Graph Modifier and Type Method Description java.util.List<Graph>FuseIOTaskResult.GraphGenerator. generate(java.util.List<? extends Summary> results) -
Uses of Graph in alluxio.stress.graph
Subclasses of Graph in alluxio.stress.graph Modifier and Type Class Description classBarGraphA bar graph representation.classLineGraphA line graph representation. -
Uses of Graph in alluxio.stress.jobservice
Methods in alluxio.stress.jobservice that return types with arguments of type Graph Modifier and Type Method Description java.util.List<Graph>JobServiceBenchSummary.GraphGenerator. generate(java.util.List<? extends Summary> results) -
Uses of Graph in alluxio.stress.master
Methods in alluxio.stress.master that return types with arguments of type Graph Modifier and Type Method Description java.util.List<Graph>MasterBenchSummary.GraphGenerator. generate(java.util.List<? extends Summary> results)java.util.List<Graph>MaxThroughputSummary.GraphGenerator. generate(java.util.List<? extends Summary> results) -
Uses of Graph in alluxio.stress.worker
Methods in alluxio.stress.worker that return types with arguments of type Graph Modifier and Type Method Description java.util.List<Graph>IOTaskSummary.GraphGenerator. generate(java.util.List<? extends Summary> results)java.util.List<Graph>WorkerBenchSummary.GraphGenerator. generate(java.util.List<? extends Summary> results)
-