public class LevelMetaData extends Object
| Modifier and Type | Method and Description |
|---|---|
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 List<SstFileMetaData> files()
Copyright © 2022. All rights reserved.