Class BlockEntry

java.lang.Object
org.iq80.leveldb.table.BlockEntry
All Implemented Interfaces:
Map.Entry<Slice,Slice>

public class BlockEntry extends Object implements Map.Entry<Slice,Slice>
Binary Structure

name offset length description
shared key length 0 vary variable length encoded int: size of shared key prefix with the key from the previous entry
non-shared key length vary vary variable length encoded int: size of non-shared key suffix in this entry
value length vary vary variable length encoded int: size of value in this entry
non-shared key vary non-shared key length non-shared key data
value vary value length value data