Package alluxio.stress
Interface Summary
-
- All Superinterfaces:
alluxio.util.JsonSerializable
- All Known Implementing Classes:
ClientIOTaskResult,FuseIOTaskResult,IOTaskSummary,JobServiceBenchSummary,MasterBenchSummary,MaxThroughputSummary,RpcTaskSummary,WorkerBenchSummary
public interface Summary extends alluxio.util.JsonSerializableThe aggregated summary of multiple task results.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GraphGeneratorgraphGenerator()
-
-
-
Method Detail
-
graphGenerator
GraphGenerator graphGenerator()
- Returns:
- the graph generator for this type of summary
-
-