Package | Description |
---|---|
net.metanotion.io.block.index |
Modifier and Type | Class and Description |
---|---|
class |
IBSkipSpan
I2P version of BSkipSpan
BSkipSpan stores all keys and values in-memory, backed by the file.
|
Modifier and Type | Field and Description |
---|---|
(package private) HashMap<Integer,BSkipSpan> |
BSkipList.spanHash |
Modifier and Type | Method and Description |
---|---|
protected static void |
BSkipSpan.loadInit(BSkipSpan bss,
BlockFile bf,
BSkipList bsl,
int spanPage,
Serializer key,
Serializer val)
I2P - first half of load()
Only read the span headers
|