public class IOTaskSummary extends Object implements Summary
Modifier and Type | Class and Description |
---|---|
static class |
IOTaskSummary.GraphGenerator
A graph generator for the statistics collected.
|
static class |
IOTaskSummary.SpeedStat
An object representation of all the statistics we need
from this I/O test.
|
CLASS_NAME_FIELD
Constructor and Description |
---|
IOTaskSummary()
Used for deserialization.
|
IOTaskSummary(IOTaskResult result) |
Modifier and Type | Method and Description |
---|---|
BaseParameters |
getBaseParameters() |
List<String> |
getErrors() |
UfsIOParameters |
getParameters() |
List<IOTaskResult.Point> |
getPoints() |
IOTaskSummary.SpeedStat |
getReadSpeedStat() |
IOTaskSummary.SpeedStat |
getWriteSpeedStat() |
IOTaskSummary.GraphGenerator |
graphGenerator() |
void |
setBaseParameters(BaseParameters baseParameters) |
void |
setErrors(List<String> errors) |
void |
setParameters(UfsIOParameters parameters) |
void |
setPoints(List<IOTaskResult.Point> points) |
void |
setReadSpeedStat(IOTaskSummary.SpeedStat stat) |
void |
setWriteSpeedStat(IOTaskSummary.SpeedStat stat) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
fromJson, fromJson, getClassName, setClassName, toJson
public IOTaskSummary()
public IOTaskSummary(IOTaskResult result)
result
- the IOTaskResult
to summarizepublic List<IOTaskResult.Point> getPoints()
public void setPoints(List<IOTaskResult.Point> points)
points
- the data pointspublic BaseParameters getBaseParameters()
BaseParameters
public void setBaseParameters(BaseParameters baseParameters)
baseParameters
- the BaseParameters
public UfsIOParameters getParameters()
UfsIOParameters
public void setParameters(UfsIOParameters parameters)
parameters
- the UfsIOParameters
public IOTaskSummary.SpeedStat getReadSpeedStat()
IOTaskSummary.SpeedStat
for read speedpublic void setReadSpeedStat(IOTaskSummary.SpeedStat stat)
stat
- the IOTaskSummary.SpeedStat
for read statspublic IOTaskSummary.SpeedStat getWriteSpeedStat()
IOTaskSummary.SpeedStat
for write speedpublic void setWriteSpeedStat(IOTaskSummary.SpeedStat stat)
stat
- the IOTaskSummary.SpeedStat
for write statspublic IOTaskSummary.GraphGenerator graphGenerator()
graphGenerator
in interface Summary
Copyright © 2023. All Rights Reserved.