Package org.rocksdb

Class BackupInfo

java.lang.Object
org.rocksdb.BackupInfo

public class BackupInfo extends Object
Instances of this class describe a Backup made by BackupEngine.
  • Method Details

    • backupId

      public int backupId()
      Returns:
      the backup id.
    • timestamp

      public long timestamp()
      Returns:
      the timestamp of the backup.
    • size

      public long size()
      Returns:
      the size of the backup
    • numberFiles

      public int numberFiles()
      Returns:
      the number of files of this backup.
    • appMetadata

      public String appMetadata()
      Returns:
      the associated application metadata, or null