Package org.rocksdb
Class RocksDB.LiveFiles
java.lang.Object
org.rocksdb.RocksDB.LiveFiles
- Enclosing class:
RocksDB
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe files are relative to theRocksDB.getName()and are not absolute paths.final longThe valid size of the manifest file. -
Method Summary
-
Field Details
-
manifestFileSize
public final long manifestFileSizeThe 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
The files are relative to theRocksDB.getName()and are not absolute paths. Despite being relative paths, the file names begin with "/".
-