Package | Description |
---|---|
alluxio.stress.cli | |
alluxio.stress.rpc |
Modifier and Type | Method and Description |
---|---|
RpcTaskResult |
RpcBench.runLocal() |
RpcTaskResult |
WorkerHeartbeatBench.runRPC() |
RpcTaskResult |
StreamRegisterWorkerBench.runRPC() |
RpcTaskResult |
GetPinnedFileIdsBench.runRPC() |
abstract RpcTaskResult |
RpcBench.runRPC()
Defines how each thread runs RPCs.
|
RpcTaskResult |
RegisterWorkerBench.runRPC() |
Modifier and Type | Method and Description |
---|---|
static RpcTaskResult |
RpcTaskResult.Aggregator.reduceList(Iterable<RpcTaskResult> results)
Reduce a list of
RpcTaskResult into one. |
Modifier and Type | Method and Description |
---|---|
void |
RpcTaskResult.merge(RpcTaskResult r) |
Modifier and Type | Method and Description |
---|---|
Summary |
RpcTaskResult.Aggregator.aggregate(Iterable<RpcTaskResult> results) |
static RpcTaskResult |
RpcTaskResult.Aggregator.reduceList(Iterable<RpcTaskResult> results)
Reduce a list of
RpcTaskResult into one. |
Constructor and Description |
---|
RpcTaskResult(RpcTaskResult source)
A copy constructor.
|
RpcTaskSummary(RpcTaskResult r)
Creates a summary from a task result.
|
Copyright © 2023. All Rights Reserved.