| Package | Description |
|---|---|
| alluxio.stress | |
| alluxio.stress.client | |
| alluxio.stress.fuse | |
| alluxio.stress.jobservice | |
| alluxio.stress.master | |
| alluxio.stress.rpc | |
| alluxio.stress.worker |
| Modifier and Type | Method and Description |
|---|---|
Summary |
TaskResult.Aggregator.aggregate(java.lang.Iterable<T> results)
Aggregates multiple instances of a
TaskResult to a summary. |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List<Graph> |
GraphGenerator.generate(java.util.List<? extends Summary> results) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientIOTaskResult
The task result for the master stress tests.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Graph> |
ClientIOTaskResult.GraphGenerator.generate(java.util.List<? extends Summary> results) |
| Modifier and Type | Class and Description |
|---|---|
class |
FuseIOTaskResult
The task result for the Fuse IO stress tests.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Graph> |
FuseIOTaskResult.GraphGenerator.generate(java.util.List<? extends Summary> results) |
| Modifier and Type | Class and Description |
|---|---|
class |
JobServiceBenchSummary
The summary for the job service stress tests.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Graph> |
JobServiceBenchSummary.GraphGenerator.generate(java.util.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 |
|---|---|
java.util.List<Graph> |
MaxThroughputSummary.GraphGenerator.generate(java.util.List<? extends Summary> results) |
java.util.List<Graph> |
MasterBenchSummary.GraphGenerator.generate(java.util.List<? extends Summary> results) |
| Modifier and Type | Class and Description |
|---|---|
class |
RpcTaskSummary
This object is used to summarize the RPC stress test results.
|
| Modifier and Type | Method and Description |
|---|---|
Summary |
RpcTaskResult.Aggregator.aggregate(java.lang.Iterable<RpcTaskResult> 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 |
|---|---|
java.util.List<Graph> |
WorkerBenchSummary.GraphGenerator.generate(java.util.List<? extends Summary> results) |
java.util.List<Graph> |
IOTaskSummary.GraphGenerator.generate(java.util.List<? extends Summary> results) |
Copyright © 2022. All Rights Reserved.