public class FileOperationInfo
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
long |
getDuration()
Get the operation duration (in nanoseconds).
|
long |
getLength()
Get the length.
|
long |
getOffset()
Get the offset.
|
java.lang.String |
getPath()
Get the file path.
|
long |
getStartTimestamp()
Get the start timestamp (in nanoseconds).
|
Status |
getStatus()
Get the status.
|
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String getPath()
public long getOffset()
public long getLength()
public long getStartTimestamp()
public long getDuration()
public Status getStatus()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object