Uses of Class
alluxio.stress.common.SummaryStatistics
-
Packages that use SummaryStatistics Package Description alluxio.stress.client alluxio.stress.common alluxio.stress.jobservice alluxio.stress.master -
-
Uses of SummaryStatistics in alluxio.stress.client
Methods in alluxio.stress.client that return types with arguments of type SummaryStatistics Modifier and Type Method Description java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,SummaryStatistics>>ClientIOTaskResult. getTimeToFirstBytePerThread()Method parameters in alluxio.stress.client with type arguments of type SummaryStatistics Modifier and Type Method Description voidClientIOTaskResult. putTimeToFirstBytePerThread(java.lang.Integer numThreads, java.util.Map<java.lang.String,SummaryStatistics> statistics)voidClientIOTaskResult. setTimeToFirstBytePerThread(java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,SummaryStatistics>> timeToFirstByte) -
Uses of SummaryStatistics in alluxio.stress.common
Methods in alluxio.stress.common that return SummaryStatistics Modifier and Type Method Description SummaryStatisticsTaskResultStatistics. toBenchSummaryStatistics()Converts this class toSummaryStatistics. -
Uses of SummaryStatistics in alluxio.stress.jobservice
Methods in alluxio.stress.jobservice that return SummaryStatistics Modifier and Type Method Description SummaryStatisticsJobServiceBenchSummary. getStatistics()Methods in alluxio.stress.jobservice that return types with arguments of type SummaryStatistics Modifier and Type Method Description java.util.Map<java.lang.String,SummaryStatistics>JobServiceBenchSummary. getStatisticsPerMethod()Methods in alluxio.stress.jobservice with parameters of type SummaryStatistics Modifier and Type Method Description voidJobServiceBenchSummary. setStatistics(SummaryStatistics statistics)Method parameters in alluxio.stress.jobservice with type arguments of type SummaryStatistics Modifier and Type Method Description voidJobServiceBenchSummary. setStatisticsPerMethod(java.util.Map<java.lang.String,SummaryStatistics> statisticsPerMethod) -
Uses of SummaryStatistics in alluxio.stress.master
Methods in alluxio.stress.master that return SummaryStatistics Modifier and Type Method Description SummaryStatisticsMasterBenchSummary. getStatistics()Methods in alluxio.stress.master that return types with arguments of type SummaryStatistics Modifier and Type Method Description java.util.Map<java.lang.String,SummaryStatistics>MasterBenchSummary. getStatisticsPerMethod()Methods in alluxio.stress.master with parameters of type SummaryStatistics Modifier and Type Method Description voidMasterBenchSummary. setStatistics(SummaryStatistics statistics)Method parameters in alluxio.stress.master with type arguments of type SummaryStatistics Modifier and Type Method Description voidMasterBenchSummary. setStatisticsPerMethod(java.util.Map<java.lang.String,SummaryStatistics> statisticsPerMethod)
-