Modifier and Type | Interface and Description |
---|---|
static interface |
TaskResult.Aggregator<T extends TaskResult>
The interface that aggregates multiple task results into a summary.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractStressBench<T extends TaskResult,P extends FileSystemParameters>
An abstraction for stress tests which generates a specific workload
on a certain Alluxio component (master, worker, ClientIO).
|
class |
Benchmark<T extends TaskResult>
Base class for all stress benchmarks.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMaxThroughput<Q extends TaskResult,T extends AbstractMaxThroughputSummary<P,S>,S extends GeneralBenchSummary<Q>,P extends Parameters>
abstract class for MaxThroughput benchmark.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientIOTaskResult
The task result for the master stress tests.
|
class |
CompactionTaskResult
Task results for the compaction bench.
|
Modifier and Type | Class and Description |
---|---|
class |
GeneralBenchSummary<T extends TaskResult>
abstract class for BenchSummary.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMaxThroughputSummary<T extends Parameters,S extends GeneralBenchSummary>
abstract class for result of MaxThroughput stressBench.
|
Modifier and Type | Class and Description |
---|---|
class |
FuseIOTaskResult
The task result for the Fuse IO stress tests.
|
Modifier and Type | Class and Description |
---|---|
class |
JobServiceBenchTaskResult
The task result for the job service stress tests.
|
class |
JobServiceMaxThroughputSummary
The summary for the max throughput test.
|
Modifier and Type | Class and Description |
---|---|
class |
MasterBenchTaskResult
The task result for the master stress tests.
|
class |
MasterBenchTaskResultBase<P extends MasterBenchBaseParameters>
The task result for the master stress tests.
|
class |
MasterMaxThroughputSummary
The result for the master max throughput test.
|
class |
MultiOperationMasterBenchTaskResult
The task result for the multi-operation master stress tests.
|
Modifier and Type | Class and Description |
---|---|
class |
RpcTaskResult
This object holds the results from one RPC benchmark test run, containing all
successful and failed RPCs.
|
Modifier and Type | Class and Description |
---|---|
class |
IOTaskResult
Task result for the UFS I/O test.
|
class |
WorkerBenchTaskResult
The task results for the worker stress test.
|
Copyright © 2023. All Rights Reserved.