Package org.rocksdb
Class LiveFileMetaData
java.lang.Object
org.rocksdb.SstFileMetaData
org.rocksdb.LiveFileMetaData
The full set of metadata associated with each SST file.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]Get the name of the column family.intlevel()Get the level at which this file resides.longMethods inherited from class org.rocksdb.SstFileMetaData
beingCompacted, fileChecksum, fileName, largestKey, largestSeqno, numDeletions, numEntries, numReadsSampled, path, size, smallestKey, smallestSeqno
-
Method Details
-
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()
-