Uses of Interface
alluxio.stress.TaskResult
-
Packages that use TaskResult Package Description alluxio.stress alluxio.stress.client alluxio.stress.common alluxio.stress.fuse alluxio.stress.jobservice alluxio.stress.master alluxio.stress.rpc alluxio.stress.worker -
-
Uses of TaskResult in alluxio.stress
Classes in alluxio.stress with type parameters of type TaskResult Modifier and Type Interface Description static interfaceTaskResult.Aggregator<T extends TaskResult>The interface that aggregates multiple task results into a summary. -
Uses of TaskResult in alluxio.stress.client
Classes in alluxio.stress.client that implement TaskResult Modifier and Type Class Description classClientIOTaskResultThe task result for the master stress tests.classCompactionTaskResultTask results for the compaction bench. -
Uses of TaskResult in alluxio.stress.common
Classes in alluxio.stress.common with type parameters of type TaskResult Modifier and Type Class Description classGeneralBenchSummary<T extends TaskResult>abstract class for BenchSummary.Classes in alluxio.stress.common that implement TaskResult Modifier and Type Class Description classAbstractMaxThroughputSummary<T extends Parameters,S extends GeneralBenchSummary>abstract class for result of MaxThroughput stressBench. -
Uses of TaskResult in alluxio.stress.fuse
Classes in alluxio.stress.fuse that implement TaskResult Modifier and Type Class Description classFuseIOTaskResultThe task result for the Fuse IO stress tests. -
Uses of TaskResult in alluxio.stress.jobservice
Classes in alluxio.stress.jobservice that implement TaskResult Modifier and Type Class Description classJobServiceBenchTaskResultThe task result for the job service stress tests.classJobServiceMaxThroughputSummaryThe summary for the max throughput test. -
Uses of TaskResult in alluxio.stress.master
Classes in alluxio.stress.master that implement TaskResult Modifier and Type Class Description classMasterBenchTaskResultThe task result for the master stress tests.classMasterBenchTaskResultBase<P extends MasterBenchBaseParameters>The task result for the master stress tests.classMasterMaxThroughputSummaryThe result for the master max throughput test.classMultiOperationMasterBenchTaskResultThe task result for the multi-operation master stress tests. -
Uses of TaskResult in alluxio.stress.rpc
Classes in alluxio.stress.rpc that implement TaskResult Modifier and Type Class Description classRpcTaskResultThis object holds the results from one RPC benchmark test run, containing all successful and failed RPCs. -
Uses of TaskResult in alluxio.stress.worker
Classes in alluxio.stress.worker that implement TaskResult Modifier and Type Class Description classIOTaskResultTask result for the UFS I/O test.classWorkerBenchTaskResultThe task results for the worker stress test.
-