public final class MultiOperationMasterBenchSummary extends GeneralBenchSummary<MultiOperationMasterBenchTaskResult>
mNodeResults, mThroughput
CLASS_NAME_FIELD
Constructor and Description |
---|
MultiOperationMasterBenchSummary()
Creates an instance.
|
MultiOperationMasterBenchSummary(MultiOperationMasterBenchTaskResult mergedTaskResults,
Map<String,MultiOperationMasterBenchTaskResult> nodes)
Creates an instance.
|
Modifier and Type | Method and Description |
---|---|
long |
getDurationMs() |
long |
getEndTimeMs() |
List<Pair<Operation,Float>> |
getOperationThroughputs() |
MultiOperationMasterBenchParameters |
getParameters() |
List<SummaryStatistics> |
getStatistics() |
Map<String,SummaryStatistics> |
getStatisticsPerMethod() |
GraphGenerator |
graphGenerator() |
void |
setDurationMs(long durationMs) |
void |
setEndTimeMs(long endTimeMs) |
void |
setOperationThroughputs(List<Pair<Operation,Float>> operationThroughputs) |
void |
setParameters(MultiOperationMasterBenchParameters parameters) |
void |
setStatistics(List<SummaryStatistics> statistics) |
void |
setStatisticsPerMethod(Map<String,SummaryStatistics> statisticsPerMethod) |
collectErrorsFromAllNodes, getNodeResults, getThroughput, setNodeResults, setThroughput
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fromJson, fromJson, getClassName, setClassName, toJson
public MultiOperationMasterBenchSummary()
public MultiOperationMasterBenchSummary(MultiOperationMasterBenchTaskResult mergedTaskResults, Map<String,MultiOperationMasterBenchTaskResult> nodes) throws DataFormatException
mergedTaskResults
- the merged task resultnodes
- the map storing the nodes' resultDataFormatException
public long getDurationMs()
public void setDurationMs(long durationMs)
durationMs
- the duration (in ms)public MultiOperationMasterBenchParameters getParameters()
public void setParameters(MultiOperationMasterBenchParameters parameters)
parameters
- the parameterspublic long getEndTimeMs()
public void setEndTimeMs(long endTimeMs)
endTimeMs
- the end time (in ms)public List<SummaryStatistics> getStatistics()
public void setStatistics(List<SummaryStatistics> statistics)
statistics
- the statisticspublic Map<String,SummaryStatistics> getStatisticsPerMethod()
public void setStatisticsPerMethod(Map<String,SummaryStatistics> statisticsPerMethod)
statisticsPerMethod
- the statistics per method mappublic List<Pair<Operation,Float>> getOperationThroughputs()
public void setOperationThroughputs(List<Pair<Operation,Float>> operationThroughputs)
operationThroughputs
- the operation throughputspublic GraphGenerator graphGenerator()
Copyright © 2023. All Rights Reserved.