Uses of Class
alluxio.stress.worker.WorkerBenchTaskResult
-
Packages that use WorkerBenchTaskResult Package Description alluxio.stress.worker -
-
Uses of WorkerBenchTaskResult in alluxio.stress.worker
Methods in alluxio.stress.worker with parameters of type WorkerBenchTaskResult Modifier and Type Method Description voidWorkerBenchTaskResult. aggregateByWorker(WorkerBenchTaskResult result)Merges (updates) a task result with this result except the error information.voidWorkerBenchTaskResult. merge(WorkerBenchTaskResult result)Merges (updates) a task result with this result.Constructors in alluxio.stress.worker with parameters of type WorkerBenchTaskResult Constructor Description WorkerBenchSummary(WorkerBenchTaskResult mergedTaskResults, java.util.Map<java.lang.String,WorkerBenchTaskResult> nodes)Creates an instance.Constructor parameters in alluxio.stress.worker with type arguments of type WorkerBenchTaskResult Constructor Description WorkerBenchSummary(WorkerBenchTaskResult mergedTaskResults, java.util.Map<java.lang.String,WorkerBenchTaskResult> nodes)Creates an instance.
-