public class FileOperationInfo
extends java.lang.Object
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 java.lang.Objectpublic int hashCode()
hashCode 在类中 java.lang.Objectpublic java.lang.String toString()
toString 在类中 java.lang.Object