Package | Description |
---|---|
net.metanotion.io.block.index |
Modifier and Type | Field and Description |
---|---|
BlockFile |
BSkipLevels.bf |
BlockFile |
BSkipList.bf |
protected BlockFile |
BSkipSpan.bf |
Modifier and Type | Method and Description |
---|---|
static void |
BSkipList.init(BlockFile bf,
int page,
int spanSize) |
static void |
BSkipSpan.init(BlockFile bf,
int page,
int spanSize) |
static void |
BSkipLevels.init(BlockFile bf,
int page,
int spanPage,
int maxHeight) |
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
|
Constructor and Description |
---|
BSkipLevels(BlockFile bf,
int levelPage,
BSkipList<K,V> bsl)
Non-recursive initializer initializeLevels()
MUST be called on the first BSkipLevel in the skiplist
after the constructor, unless it's a new empty
level and init() was previously called.
|
BSkipList(int spanSize,
BlockFile bf,
int skipPage,
Serializer<K> key,
Serializer<V> val) |
BSkipList(int spanSize,
BlockFile bf,
int skipPage,
Serializer<K> key,
Serializer<V> val,
boolean fileOnly) |
BSkipSpan(BlockFile bf,
BSkipList<K,V> bsl) |
BSkipSpan(BlockFile bf,
BSkipList<K,V> bsl,
int spanPage,
Serializer<K> key,
Serializer<V> val) |
IBSkipSpan(BlockFile bf,
BSkipList<K,V> bsl,
int spanPage,
Serializer<K> key,
Serializer<V> val) |