public class ColumnFamilyMetaData
extends java.lang.Object
| 限定符和类型 | 方法和说明 |
|---|---|
long |
fileCount()
The number of files in this column family.
|
java.util.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 java.util.List<LevelMetaData> levels()