Package org.rocksdb
Class LevelMetaData
java.lang.Object
org.rocksdb.LevelMetaData
The metadata that describes a level.
-
Method Summary
-
Method Details
-
level
public int level()The level which this meta data describes.- Returns:
- the level
-
size
public long size()The size of this level in bytes, which is equal to the sum of the file size of itsfiles().- Returns:
- the size
-
files
The metadata of all sst files in this level.- Returns:
- the metadata of the files
-