Package | Description |
---|---|
net.metanotion.io.block | |
net.metanotion.io.block.index |
Modifier and Type | Method and Description |
---|---|
BSkipList |
BlockFile.getIndex(String name,
Serializer key,
Serializer val)
If the file is writable, this runs an integrity check and repair
on first open.
|
BSkipList |
BlockFile.makeIndex(String name,
Serializer key,
Serializer val) |
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
|
Constructor and Description |
---|
BSkipLevels(BlockFile bf,
int levelPage,
BSkipList bsl) |
BSkipSpan(BlockFile bf,
BSkipList bsl) |
BSkipSpan(BlockFile bf,
BSkipList bsl,
int spanPage,
Serializer key,
Serializer val) |
IBSkipSpan(BlockFile bf,
BSkipList bsl,
int spanPage,
Serializer key,
Serializer val) |