Package | Description |
---|---|
alluxio.stress | |
alluxio.stress.cli.suite | |
alluxio.stress.client | |
alluxio.stress.master | |
alluxio.stress.worker |
Modifier and Type | Method and Description |
---|---|
Summary |
TaskResult.Aggregator.aggregate(Iterable<T> results)
Aggregates multiple instances of a
TaskResult to a summary. |
Modifier and Type | Method and Description |
---|---|
abstract List<Graph> |
GraphGenerator.generate(List<? extends Summary> results) |
Modifier and Type | Class and Description |
---|---|
class |
Suite<T extends Summary>
Base class for all benchmark suites.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientIOTaskResult
The task result for the master stress tests.
|
Modifier and Type | Method and Description |
---|---|
List<Graph> |
ClientIOTaskResult.GraphGenerator.generate(List<? extends Summary> results) |
Modifier and Type | Class and Description |
---|---|
class |
MasterBenchSummary
The summary for the master stress tests.
|
class |
MaxThroughputSummary
The summary for the max throughput test.
|
Modifier and Type | Method and Description |
---|---|
List<Graph> |
MaxThroughputSummary.GraphGenerator.generate(List<? extends Summary> results) |
List<Graph> |
MasterBenchSummary.GraphGenerator.generate(List<? extends Summary> results) |
Modifier and Type | Class and Description |
---|---|
class |
IOTaskSummary
The summary for the UFS I/O throughput test.
|
class |
WorkerBenchSummary
The summary for the worker stress tests.
|
Modifier and Type | Method and Description |
---|---|
List<Graph> |
WorkerBenchSummary.GraphGenerator.generate(List<? extends Summary> results) |
List<Graph> |
IOTaskSummary.GraphGenerator.generate(List<? extends Summary> results) |
Copyright © 2023. All Rights Reserved.