Package org.rocksdb
Class TableFileDeletionInfo
java.lang.Object
org.rocksdb.TableFileDeletionInfo
-
Method Summary
-
Method Details
-
getDbName
Get the name of the database where the file was deleted.- Returns:
- the name of the database.
-
getFilePath
Get the path to the deleted file.- Returns:
- the path.
-
getJobId
public int getJobId()Get the id of the job which deleted the file.- Returns:
- the id of the job.
-
getStatus
Get the status indicating whether the deletion was successful or not.- Returns:
- the status
-
equals
-
hashCode
public int hashCode() -
toString
-