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 | |
alluxio.util |
Modifier and Type | Interface and Description |
---|---|
interface |
Summary
The aggregated summary of multiple task results.
|
interface |
TaskResult
This represents the result of a single stress task.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientIOTaskResult
The task result for the master stress tests.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMaxThroughputSummary<T extends GeneralParameters,S extends Summary>
abstract class for result of MaxThroughput stressBench.
|
class |
GeneralBenchSummary
abstract class for BenchSummary.
|
Modifier and Type | Class and Description |
---|---|
class |
FuseIOSummary
The summary for Fuse IO stress bench.
|
class |
FuseIOTaskResult
The task result for the Fuse IO stress tests.
|
Modifier and Type | Class and Description |
---|---|
class |
JobServiceBenchSummary
The summary for the job service stress tests.
|
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 |
MasterBenchSummary
The summary for the master stress tests.
|
class |
MasterBenchTaskResult
The task result for the master stress tests.
|
class |
MaxThroughputSummary
The summary for the max throughput test.
|
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.
|
static class |
RpcTaskResult.Point
Each point stands for one successful RPC.
|
class |
RpcTaskSummary
This object is used to summarize the RPC stress test results.
|
Modifier and Type | Class and Description |
---|---|
class |
IOTaskResult
Task result for the UFS I/O test.
|
static class |
IOTaskResult.Point
An object representation of a successful I/O operation to the UFS.
|
class |
IOTaskSummary
The summary for the UFS I/O throughput test.
|
static class |
IOTaskSummary.SpeedStat
An object representation of all the statistics we need
from this I/O test.
|
class |
WorkerBenchSummary
The summary for the worker stress tests.
|
class |
WorkerBenchTaskResult
The task results for the worker stress test.
|
Modifier and Type | Method and Description |
---|---|
static <T extends JsonSerializable> |
JsonSerializable.fromJson(String json,
T[] types) |
Modifier and Type | Method and Description |
---|---|
static JsonSerializable |
JsonSerializable.fromJson(String json) |
Modifier and Type | Method and Description |
---|---|
static <T extends JsonSerializable> |
JsonSerializable.fromJson(String json,
T[] types) |
Copyright © 2023. All Rights Reserved.