Package org.rocksdb

Class LiveFileMetaData


  • public class LiveFileMetaData
    extends SstFileMetaData
    The full set of metadata associated with each SST file.
    • 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.