Uses of Class
alluxio.stress.worker.IOTaskResult
-
Packages that use IOTaskResult Package Description alluxio.stress.worker -
-
Uses of IOTaskResult in alluxio.stress.worker
Methods in alluxio.stress.worker that return IOTaskResult Modifier and Type Method Description IOTaskResultIOTaskResult. merge(IOTaskResult anotherResult)Merge another result into itself.static IOTaskResultIOTaskResult. reduceList(java.lang.Iterable<IOTaskResult> results)Reduce a list ofIOTaskResultinto one.Methods in alluxio.stress.worker with parameters of type IOTaskResult Modifier and Type Method Description IOTaskResultIOTaskResult. merge(IOTaskResult anotherResult)Merge another result into itself.Method parameters in alluxio.stress.worker with type arguments of type IOTaskResult Modifier and Type Method Description static IOTaskResultIOTaskResult. reduceList(java.lang.Iterable<IOTaskResult> results)Reduce a list ofIOTaskResultinto one.Constructors in alluxio.stress.worker with parameters of type IOTaskResult Constructor Description IOTaskSummary(IOTaskResult result)
-