Package org.rocksdb

Class TableFileDeletionInfo

java.lang.Object
org.rocksdb.TableFileDeletionInfo

public class TableFileDeletionInfo extends Object
  • Method Details

    • getDbName

      public String getDbName()
      Get the name of the database where the file was deleted.
      Returns:
      the name of the database.
    • getFilePath

      public 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(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object