| Package | Description |
|---|---|
| alluxio.stress.master |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Long,MasterBenchSummary> |
MaxThroughputSummary.getFailedRuns() |
java.util.Map<java.lang.Long,MasterBenchSummary> |
MaxThroughputSummary.getPassedRuns() |
| Modifier and Type | Method and Description |
|---|---|
void |
MaxThroughputSummary.addFailedRun(long targetThroughput,
MasterBenchSummary summary)
Adds a failing run to the summary, for a target throughput.
|
void |
MaxThroughputSummary.addPassedRun(long targetThroughput,
MasterBenchSummary summary)
Adds a passing run to the summary, for a target throughput.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MaxThroughputSummary.setFailedRuns(java.util.Map<java.lang.Long,MasterBenchSummary> failedRuns) |
void |
MaxThroughputSummary.setPassedRuns(java.util.Map<java.lang.Long,MasterBenchSummary> passedRuns) |
Copyright © 2023. All Rights Reserved.