Uses of Class
alluxio.stress.common.TaskResultStatistics
-
Packages that use TaskResultStatistics Package Description alluxio.stress.client alluxio.stress.common alluxio.stress.jobservice alluxio.stress.master -
-
Uses of TaskResultStatistics in alluxio.stress.client
Subclasses of TaskResultStatistics in alluxio.stress.client Modifier and Type Class Description classCompactionTaskResultStatisticsResult statistics of the compaction benchmark. -
Uses of TaskResultStatistics in alluxio.stress.common
Methods in alluxio.stress.common with parameters of type TaskResultStatistics Modifier and Type Method Description voidTaskResultStatistics. merge(TaskResultStatistics statistics)Merges (updates) a task result statistics with this statistics. -
Uses of TaskResultStatistics in alluxio.stress.jobservice
Subclasses of TaskResultStatistics in alluxio.stress.jobservice Modifier and Type Class Description classJobServiceBenchTaskResultStatisticsStatistics class that is used inJobServiceBenchTaskResult. -
Uses of TaskResultStatistics in alluxio.stress.master
Subclasses of TaskResultStatistics in alluxio.stress.master Modifier and Type Class Description classMasterBenchTaskResultStatisticsStatistics class that is used inMasterBenchTaskResult.
-