public class LevelMetaData
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SstFileMetaData> |
files()
The metadata of all sst files in this level.
|
int |
level()
The level which this meta data describes.
|
long |
size()
The size of this level in bytes, which is equal to the sum of
the file size of its
files(). |
public int level()
public long size()
files().public java.util.List<SstFileMetaData> files()