Package org.rocksdb

Class TableFileCreationInfo

java.lang.Object
org.rocksdb.TableFileCreationBriefInfo
org.rocksdb.TableFileCreationInfo

public class TableFileCreationInfo extends TableFileCreationBriefInfo
  • Constructor Details

    • TableFileCreationInfo

      protected TableFileCreationInfo(long fileSize, TableProperties tableProperties, Status status, String dbName, String columnFamilyName, String filePath, int jobId, byte tableFileCreationReasonValue)
      Access is protected as this will only be constructed from C++ via JNI.
      Parameters:
      fileSize - the size of the table file
      tableProperties - the properties of the table file
      status - the status of the creation operation
      dbName - the database name
      columnFamilyName - the column family name
      filePath - the path to the table file
      jobId - the job identifier
      tableFileCreationReasonValue - the reason for creation of the table file
  • Method Details