Package org.rocksdb
Class RocksDB.LiveFiles
- java.lang.Object
-
- org.rocksdb.RocksDB.LiveFiles
-
- Enclosing class:
- RocksDB
public static class RocksDB.LiveFiles extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<java.lang.String>filesThe files are relative to theRocksDB.getName()and are not absolute paths.longmanifestFileSizeThe valid size of the manifest file.
-
-
-
Field Detail
-
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 java.util.List<java.lang.String> files
The files are relative to theRocksDB.getName()and are not absolute paths. Despite being relative paths, the file names begin with "/".
-
-