Package org.rocksdb

Class RocksDB.LiveFiles

java.lang.Object
org.rocksdb.RocksDB.LiveFiles
Enclosing class:
RocksDB

public static class RocksDB.LiveFiles extends Object
  • Field Details

    • manifestFileSize

      public final long manifestFileSize
      The valid size of the manifest file. The manifest file is an ever growing file, but only the portion specified here is valid for this snapshot.
    • files

      public final List<String> files
      The files are relative to the RocksDB.getName() and are not absolute paths. Despite being relative paths, the file names begin with "/".