Uses of Interface
alluxio.stress.Summary
-
Packages that use Summary Package Description alluxio.stress alluxio.stress.client alluxio.stress.fuse alluxio.stress.jobservice alluxio.stress.master alluxio.stress.rpc alluxio.stress.worker -
-
Uses of Summary in alluxio.stress
Methods in alluxio.stress that return Summary Modifier and Type Method Description SummaryTaskResult.Aggregator. aggregate(java.lang.Iterable<T> results)Aggregates multiple instances of aTaskResultto a summary.Method parameters in alluxio.stress with type arguments of type Summary Modifier and Type Method Description abstract java.util.List<Graph>GraphGenerator. generate(java.util.List<? extends Summary> results) -
Uses of Summary in alluxio.stress.client
Classes in alluxio.stress.client that implement Summary Modifier and Type Class Description classClientIOTaskResultThe task result for the master stress tests.Method parameters in alluxio.stress.client with type arguments of type Summary Modifier and Type Method Description java.util.List<Graph>ClientIOTaskResult.GraphGenerator. generate(java.util.List<? extends Summary> results) -
Uses of Summary in alluxio.stress.fuse
Classes in alluxio.stress.fuse that implement Summary Modifier and Type Class Description classFuseIOTaskResultThe task result for the Fuse IO stress tests.Method parameters in alluxio.stress.fuse with type arguments of type Summary Modifier and Type Method Description java.util.List<Graph>FuseIOTaskResult.GraphGenerator. generate(java.util.List<? extends Summary> results) -
Uses of Summary in alluxio.stress.jobservice
Classes in alluxio.stress.jobservice that implement Summary Modifier and Type Class Description classJobServiceBenchSummaryThe summary for the job service stress tests.Method parameters in alluxio.stress.jobservice with type arguments of type Summary Modifier and Type Method Description java.util.List<Graph>JobServiceBenchSummary.GraphGenerator. generate(java.util.List<? extends Summary> results) -
Uses of Summary in alluxio.stress.master
Classes in alluxio.stress.master that implement Summary Modifier and Type Class Description classMasterBenchSummaryThe summary for the master stress tests.classMaxThroughputSummaryThe summary for the max throughput test.Method parameters in alluxio.stress.master with type arguments of type Summary 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 Summary in alluxio.stress.rpc
Classes in alluxio.stress.rpc that implement Summary Modifier and Type Class Description classRpcTaskSummaryThis object is used to summarize the RPC stress test results.Methods in alluxio.stress.rpc that return Summary Modifier and Type Method Description SummaryRpcTaskResult.Aggregator. aggregate(java.lang.Iterable<RpcTaskResult> results) -
Uses of Summary in alluxio.stress.worker
Classes in alluxio.stress.worker that implement Summary Modifier and Type Class Description classIOTaskSummaryThe summary for the UFS I/O throughput test.classWorkerBenchSummaryThe summary for the worker stress tests.Method parameters in alluxio.stress.worker with type arguments of type Summary 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)
-