Package org.rocksdb
Class ExternalFileIngestionInfo
- java.lang.Object
-
- org.rocksdb.ExternalFileIngestionInfo
-
public class ExternalFileIngestionInfo extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetColumnFamilyName()Get the name of the column family.java.lang.StringgetExternalFilePath()Get the path of the file outside the DB.longgetGlobalSeqno()Get the global sequence number assigned to keys in this file.java.lang.StringgetInternalFilePath()Get the path of the file inside the DB.TablePropertiesgetTableProperties()Get the Table properties of the table being flushed.inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getColumnFamilyName
public java.lang.String getColumnFamilyName()
Get the name of the column family.- Returns:
- the name of the column family.
-
getExternalFilePath
public java.lang.String getExternalFilePath()
Get the path of the file outside the DB.- Returns:
- the path of the file outside the DB.
-
getInternalFilePath
public java.lang.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(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
-
-