Uses of Class
alluxio.stress.master.MasterBenchTaskResultStatistics
-
Packages that use MasterBenchTaskResultStatistics Package Description alluxio.stress.master -
-
Uses of MasterBenchTaskResultStatistics in alluxio.stress.master
Methods in alluxio.stress.master that return MasterBenchTaskResultStatistics Modifier and Type Method Description MasterBenchTaskResultStatisticsMasterBenchTaskResult. getStatistics()Methods in alluxio.stress.master that return types with arguments of type MasterBenchTaskResultStatistics Modifier and Type Method Description java.util.Map<java.lang.String,MasterBenchTaskResultStatistics>MasterBenchTaskResult. getStatisticsPerMethod()Methods in alluxio.stress.master with parameters of type MasterBenchTaskResultStatistics Modifier and Type Method Description voidMasterBenchTaskResult. putStatisticsForMethod(java.lang.String method, MasterBenchTaskResultStatistics statistics)voidMasterBenchTaskResult. setStatistics(MasterBenchTaskResultStatistics statistics)Method parameters in alluxio.stress.master with type arguments of type MasterBenchTaskResultStatistics Modifier and Type Method Description voidMasterBenchTaskResult. setStatisticsPerMethod(java.util.Map<java.lang.String,MasterBenchTaskResultStatistics> statisticsPerMethod)
-