| Package | Description |
|---|---|
| alluxio.stress.master |
| Modifier and Type | Method and Description |
|---|---|
MasterBenchTaskResultStatistics |
MasterBenchTaskResult.getStatistics() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,MasterBenchTaskResultStatistics> |
MasterBenchTaskResult.getStatisticsPerMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
MasterBenchTaskResultStatistics.merge(MasterBenchTaskResultStatistics statistics)
Merges (updates) a task result statistics with this statistics.
|
void |
MasterBenchTaskResult.putStatisticsForMethod(java.lang.String method,
MasterBenchTaskResultStatistics statistics) |
void |
MasterBenchTaskResult.setStatistics(MasterBenchTaskResultStatistics statistics) |
| Modifier and Type | Method and Description |
|---|---|
void |
MasterBenchTaskResult.setStatisticsPerMethod(java.util.Map<java.lang.String,MasterBenchTaskResultStatistics> statisticsPerMethod) |
Copyright © 2022. All Rights Reserved.