Package org.iq80.leveldb.table
Class Block
java.lang.Object
org.iq80.leveldb.table.Block
Binary Structure
| name | offset | length | description |
|---|---|---|---|
| entries | 4 | vary | Entries in order by key |
| restart index | vary | 4 * restart count | Index of prefix compression restarts |
| restart count | 0 | 4 | Number of prefix compression restarts (used as index into entries) |
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Sliceprivate final Comparator<Slice> private final Sliceprivate final Slice -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator