Package org.rocksdb

Class ExternalFileIngestionInfo

java.lang.Object
org.rocksdb.ExternalFileIngestionInfo

public class ExternalFileIngestionInfo extends Object
  • Method Details

    • getColumnFamilyName

      public String getColumnFamilyName()
      Get the name of the column family.
      Returns:
      the name of the column family.
    • getExternalFilePath

      public String getExternalFilePath()
      Get the path of the file outside the DB.
      Returns:
      the path of the file outside the DB.
    • getInternalFilePath

      public String getInternalFilePath()
      Get the path of the file inside the DB.
      Returns:
      the path of the file inside the DB.
    • getGlobalSeqno

      public long getGlobalSeqno()
      Get the global sequence number assigned to keys in this file.
      Returns:
      the global sequence number.
    • getTableProperties

      public TableProperties getTableProperties()
      Get the Table properties of the table being flushed.
      Returns:
      the table properties.
    • 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