Package org.rocksdb
Class FileOperationInfo
java.lang.Object
org.rocksdb.FileOperationInfo
Java representation of FileOperationInfo struct from include/rocksdb/listener.h
-
Method Details
-
getPath
Get the file path.- Returns:
- the file path.
-
getOffset
public long getOffset()Get the offset.- Returns:
- the offset.
-
getLength
public long getLength()Get the length.- Returns:
- the length.
-
getStartTimestamp
public long getStartTimestamp()Get the start timestamp (in nanoseconds).- Returns:
- the start timestamp.
-
getDuration
public long getDuration()Get the operation duration (in nanoseconds).- Returns:
- the operation duration.
-
getStatus
Get the status.- Returns:
- the status.
-
equals
-
hashCode
public int hashCode() -
toString
-