Class Table

java.lang.Object
org.iq80.leveldb.table.Table
All Implemented Interfaces:
Iterable<Map.Entry<Slice,Slice>>, SeekingIterable<Slice,Slice>
Direct Known Subclasses:
FileChannelTable, MMapTable

public abstract class Table extends Object implements SeekingIterable<Slice,Slice>
  • Field Details

    • name

      protected final String name
    • fileChannel

      protected final FileChannel fileChannel
    • comparator

      protected final Comparator<Slice> comparator
    • verifyChecksums

      protected final boolean verifyChecksums
    • indexBlock

      protected final Block indexBlock
    • metaindexBlockHandle

      protected final BlockHandle metaindexBlockHandle
    • uncompressedScratch

      protected static ByteBuffer uncompressedScratch
  • Constructor Details

  • Method Details