Package org.rocksdb
Class ExternalFileIngestionInfo
java.lang.Object
org.rocksdb.ExternalFileIngestionInfo
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the name of the column family.Get the path of the file outside the DB.longGet the global sequence number assigned to keys in this file.Get the path of the file inside the DB.Get the Table properties of the table being flushed.inthashCode()toString()
-
Method Details
-
getColumnFamilyName
Get the name of the column family.- Returns:
- the name of the column family.
-
getExternalFilePath
Get the path of the file outside the DB.- Returns:
- the path of the file outside the DB.
-
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
Get the Table properties of the table being flushed.- Returns:
- the table properties.
-
equals
-
hashCode
public int hashCode() -
toString
-