public class ColumnFamilyMetaData extends Object
| Modifier and Type | Method and Description |
|---|---|
long |
fileCount()
The number of files in this column family.
|
List<LevelMetaData> |
levels()
The metadata of all levels in this column family.
|
byte[] |
name()
The name of the column family.
|
long |
size()
The size of this column family in bytes, which is equal to the sum of
the file size of its
levels(). |
public long size()
levels().public long fileCount()
public byte[] name()
public List<LevelMetaData> levels()
Copyright © 2021. All rights reserved.