public static class IOTaskResult.Point extends Object implements JsonSerializable
Modifier and Type | Field and Description |
---|---|
long |
mDataSizeBytes |
double |
mDurationSeconds |
IOTaskResult.IOMode |
mMode |
CLASS_NAME_FIELD
Constructor and Description |
---|
Point(IOTaskResult.IOMode mode,
double duration,
long dataSize) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
fromJson, fromJson, getClassName, setClassName, toJson
public IOTaskResult.IOMode mMode
public double mDurationSeconds
public long mDataSizeBytes
public Point(IOTaskResult.IOMode mode, double duration, long dataSize)
mode
- the I/O modeduration
- the time takendataSize
- the size of I/O in BytesCopyright © 2023. All Rights Reserved.