Package org.rocksdb

Class 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> files
      The files are relative to the RocksDB.getName() and are not absolute paths.
      long manifestFileSize
      The valid size of the manifest file.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 the RocksDB.getName() and are not absolute paths. Despite being relative paths, the file names begin with "/".