Uses of Class
alluxio.stress.fuse.FuseIOTaskResult.ThreadCountResult
-
Packages that use FuseIOTaskResult.ThreadCountResult Package Description alluxio.stress.fuse -
-
Uses of FuseIOTaskResult.ThreadCountResult in alluxio.stress.fuse
Methods in alluxio.stress.fuse that return types with arguments of type FuseIOTaskResult.ThreadCountResult Modifier and Type Method Description java.util.Map<java.lang.Integer,FuseIOTaskResult.ThreadCountResult>FuseIOTaskResult. getThreadCountResults()Methods in alluxio.stress.fuse with parameters of type FuseIOTaskResult.ThreadCountResult Modifier and Type Method Description voidFuseIOTaskResult. addThreadCountResults(int threadCount, FuseIOTaskResult.ThreadCountResult threadCountResult)voidFuseIOTaskResult.ThreadCountResult. merge(FuseIOTaskResult.ThreadCountResult result)Merges (updates) a result with this result.Method parameters in alluxio.stress.fuse with type arguments of type FuseIOTaskResult.ThreadCountResult Modifier and Type Method Description voidFuseIOTaskResult. setThreadCountResults(java.util.Map<java.lang.Integer,FuseIOTaskResult.ThreadCountResult> threadCountResults)
-