public final class WorkerBenchSummary extends Object implements Summary
Modifier and Type | Class and Description |
---|---|
static class |
WorkerBenchSummary.GraphGenerator
The graph generator for this summary.
|
CLASS_NAME_FIELD
Constructor and Description |
---|
WorkerBenchSummary()
Creates an instance.
|
WorkerBenchSummary(WorkerBenchTaskResult mergedTaskResults,
List<String> nodes,
Map<String,List<String>> errors)
Creates an instance.
|
Modifier and Type | Method and Description |
---|---|
long |
getDurationMs() |
long |
getEndTimeMs() |
Map<String,List<String>> |
getErrors() |
long |
getIOBytes() |
float |
getIOMBps() |
List<String> |
getNodes() |
WorkerBenchParameters |
getParameters() |
GraphGenerator |
graphGenerator() |
void |
setDurationMs(long durationMs) |
void |
setEndTimeMs(long endTimeMs) |
void |
setErrors(Map<String,List<String>> errors) |
void |
setIOBytes(long IOBytes) |
void |
setIOMBps(float ioMBps) |
void |
setNodes(List<String> nodes) |
void |
setParameters(WorkerBenchParameters parameters) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fromJson, fromJson, getClassName, setClassName, toJson
public float getIOMBps()
public void setIOMBps(float ioMBps)
ioMBps
- the throughput (MB / s)public long getDurationMs()
public void setDurationMs(long durationMs)
durationMs
- the duration (in ms)public WorkerBenchParameters getParameters()
public void setParameters(WorkerBenchParameters parameters)
parameters
- the parameterspublic long getEndTimeMs()
public void setEndTimeMs(long endTimeMs)
endTimeMs
- the end time (in ms)public long getIOBytes()
public void setIOBytes(long IOBytes)
IOBytes
- the number of bytespublic GraphGenerator graphGenerator()
graphGenerator
in interface Summary
Copyright © 2023. All Rights Reserved.