Class Footer

java.lang.Object
org.iq80.leveldb.table.Footer

public class Footer extends Object
  • Field Details

    • ENCODED_LENGTH

      public static final int ENCODED_LENGTH
      See Also:
    • metaindexBlockHandle

      private final BlockHandle metaindexBlockHandle
    • indexBlockHandle

      private final BlockHandle indexBlockHandle
  • Constructor Details

  • Method Details

    • getMetaindexBlockHandle

      public BlockHandle getMetaindexBlockHandle()
    • getIndexBlockHandle

      public BlockHandle getIndexBlockHandle()
    • readFooter

      public static Footer readFooter(Slice slice)
    • writeFooter

      public static Slice writeFooter(Footer footer)
    • writeFooter

      public static void writeFooter(Footer footer, SliceOutput sliceOutput)