Package | Description |
---|---|
alluxio.stress.master |
Modifier and Type | Method and Description |
---|---|
Map<Long,MasterBenchSummary> |
MaxThroughputSummary.getFailedRuns() |
Map<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(Map<Long,MasterBenchSummary> failedRuns) |
void |
MaxThroughputSummary.setPassedRuns(Map<Long,MasterBenchSummary> passedRuns) |
Copyright © 2023. All Rights Reserved.