T
- the type of task resultpublic abstract class GeneralBenchSummary<T extends TaskResult> extends Object implements Summary
Modifier and Type | Field and Description |
---|---|
protected Map<String,T> |
mNodeResults |
protected float |
mThroughput |
CLASS_NAME_FIELD
Constructor and Description |
---|
GeneralBenchSummary() |
Modifier and Type | Method and Description |
---|---|
List<String> |
collectErrorsFromAllNodes() |
Map<String,T> |
getNodeResults() |
float |
getThroughput() |
void |
setNodeResults(Map<String,T> nodes) |
void |
setThroughput(float throughput) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
graphGenerator
fromJson, fromJson, getClassName, setClassName, toJson
protected float mThroughput
protected Map<String,T extends TaskResult> mNodeResults
Copyright © 2023. All Rights Reserved.