public static class IOTaskResult.Point extends java.lang.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(java.lang.Object other) |
int |
hashCode() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitfromJson, fromJson, getClassName, setClassName, toJsonpublic 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.