Package | Description |
---|---|
net.metanotion.io.block.index |
Modifier and Type | Class | Description |
---|---|---|
class |
IBSkipSpan<K extends Comparable<? super K>,V> |
I2P version of BSkipSpan
BSkipSpan stores all keys and values in-memory, backed by the file.
|
Modifier and Type | Field | Description |
---|---|---|
(package private) HashMap<Integer,BSkipSpan<K,V>> |
BSkipList.spanHash |
Modifier and Type | Method | 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) |
I2P - first half of load()
Only read the span headers
|