Package org.rocksdb

Class BackupInfo


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

      • 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 java.lang.String appMetadata()
        Returns:
        the associated application metadata, or null