Package org.rocksdb

Class TableFileDeletionInfo


  • public class TableFileDeletionInfo
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getDbName()
      Get the name of the database where the file was deleted.
      java.lang.String getFilePath()
      Get the path to the deleted file.
      int getJobId()
      Get the id of the job which deleted the file.
      Status getStatus()
      Get the status indicating whether the deletion was successful or not.
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object