Package org.rocksdb
Class TableFileDeletionInfo
- java.lang.Object
-
- org.rocksdb.TableFileDeletionInfo
-
public class TableFileDeletionInfo extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetDbName()Get the name of the database where the file was deleted.java.lang.StringgetFilePath()Get the path to the deleted file.intgetJobId()Get the id of the job which deleted the file.StatusgetStatus()Get the status indicating whether the deletion was successful or not.inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getDbName
public java.lang.String getDbName()
Get the name of the database where the file was deleted.- Returns:
- the name of the database.
-
getFilePath
public java.lang.String 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
public Status getStatus()
Get the status indicating whether the deletion was successful or not.- Returns:
- the status
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-