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