| Package | Description |
|---|---|
| net.metanotion.io.block.index | Indexing and search utilities for block-based storage. |
| Modifier and Type | Class and Description |
|---|---|
class | IBSkipSpan<K extends Comparable<? super K>,V>Memory-efficient SkipList span implementation (I2P version). |
| Modifier and Type | Field and Description |
|---|---|
(package private) HashMap<Integer,BSkipSpan<K,V>> | BSkipList.spanHashSpan cache |
| Modifier and Type | Method and Description |
|---|---|
protected static <X extends Comparable<? super X>,Y> | BSkipSpan.loadInit(BSkipSpan<X,Y> bss,
BlockFile bf,
BSkipList<X,Y> bsl,
int spanPage,
Serializer<X> key,
Serializer<Y> val)Load the span headers from disk (first half of load()). |