Uses of Class
alluxio.stress.common.SummaryStatistics
-
Packages that use SummaryStatistics Package Description alluxio.stress.client alluxio.stress.fuse 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.fuse
Methods in alluxio.stress.fuse 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>>FuseIOTaskResult. getTimeToFirstBytePerThread()Method parameters in alluxio.stress.fuse with type arguments of type SummaryStatistics Modifier and Type Method Description voidFuseIOTaskResult. putTimeToFirstBytePerThread(java.lang.Integer numThreads, java.util.Map<java.lang.String,SummaryStatistics> statistics)voidFuseIOTaskResult. setTimeToFirstBytePerThread(java.util.Map<java.lang.Integer,java.util.Map<java.lang.String,SummaryStatistics>> timeToFirstByte) -
Uses of SummaryStatistics in alluxio.stress.jobservice
Methods in alluxio.stress.jobservice that return SummaryStatistics Modifier and Type Method Description SummaryStatisticsJobServiceBenchSummary. getStatistics()SummaryStatisticsJobServiceBenchTaskResultStatistics. toBenchSummaryStatistics()Converts this class toSummaryStatistics.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()SummaryStatisticsMasterBenchTaskResultStatistics. toMasterBenchSummaryStatistics()Converts this class toSummaryStatistics.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)
-