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