Uses of Class
org.iq80.leveldb.table.BlockEntry
Packages that use BlockEntry
-
Uses of BlockEntry in org.iq80.leveldb.table
Fields in org.iq80.leveldb.table declared as BlockEntryMethods in org.iq80.leveldb.table that return BlockEntryModifier and TypeMethodDescriptionBlockIterator.next()BlockIterator.peek()private static BlockEntryBlockIterator.readEntry(SliceInput data, BlockEntry previousEntry) Reads the entry at the current data readIndex.Methods in org.iq80.leveldb.table with parameters of type BlockEntryModifier and TypeMethodDescriptionvoidBlockBuilder.add(BlockEntry blockEntry) voidTableBuilder.add(BlockEntry blockEntry) private static BlockEntryBlockIterator.readEntry(SliceInput data, BlockEntry previousEntry) Reads the entry at the current data readIndex.