Package org.rocksdb
Class LiveFileMetaData
- java.lang.Object
-
- org.rocksdb.SstFileMetaData
-
- org.rocksdb.LiveFileMetaData
-
public class LiveFileMetaData extends SstFileMetaData
The full set of metadata associated with each SST file.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]columnFamilyName()Get the name of the column family.intlevel()Get the level at which this file resides.longnewLiveFileMetaDataHandle()-
Methods inherited from class org.rocksdb.SstFileMetaData
beingCompacted, fileChecksum, fileName, largestKey, largestSeqno, numDeletions, numEntries, numReadsSampled, path, size, smallestKey, smallestSeqno
-
-
-
-
Method Detail
-
columnFamilyName
public byte[] columnFamilyName()
Get the name of the column family.- Returns:
- the name of the column family
-
level
public int level()
Get the level at which this file resides.- Returns:
- the level at which the file resides.
-
newLiveFileMetaDataHandle
public long newLiveFileMetaDataHandle()
-
-