Uses of Class
alluxio.stress.jobservice.JobServiceBenchTaskResultStatistics
-
Packages that use JobServiceBenchTaskResultStatistics Package Description alluxio.stress.jobservice -
-
Uses of JobServiceBenchTaskResultStatistics in alluxio.stress.jobservice
Methods in alluxio.stress.jobservice that return JobServiceBenchTaskResultStatistics Modifier and Type Method Description JobServiceBenchTaskResultStatisticsJobServiceBenchTaskResult. getStatistics()Methods in alluxio.stress.jobservice that return types with arguments of type JobServiceBenchTaskResultStatistics Modifier and Type Method Description java.util.Map<java.lang.String,JobServiceBenchTaskResultStatistics>JobServiceBenchTaskResult. getStatisticsPerMethod()Methods in alluxio.stress.jobservice with parameters of type JobServiceBenchTaskResultStatistics Modifier and Type Method Description voidJobServiceBenchTaskResultStatistics. merge(JobServiceBenchTaskResultStatistics statistics)Merges (updates) a task result statistics with this statistics.voidJobServiceBenchTaskResult. putStatisticsForMethod(java.lang.String method, JobServiceBenchTaskResultStatistics statistics)voidJobServiceBenchTaskResult. setStatistics(JobServiceBenchTaskResultStatistics statistics)Method parameters in alluxio.stress.jobservice with type arguments of type JobServiceBenchTaskResultStatistics Modifier and Type Method Description voidJobServiceBenchTaskResult. setStatisticsPerMethod(java.util.Map<java.lang.String,JobServiceBenchTaskResultStatistics> statisticsPerMethod)
-