|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlockFile | |
---|---|
net.metanotion.io.block.index |
Uses of BlockFile in net.metanotion.io.block.index |
---|
Fields in net.metanotion.io.block.index declared as BlockFile | |
---|---|
BlockFile |
BSkipLevels.bf
|
BlockFile |
BSkipList.bf
|
protected BlockFile |
BSkipSpan.bf
|
Methods in net.metanotion.io.block.index with parameters of type BlockFile | |
---|---|
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 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 |
Constructors in net.metanotion.io.block.index with parameters of type BlockFile | |
---|---|
BSkipLevels(BlockFile bf,
int levelPage,
BSkipList bsl)
|
|
BSkipList(int spanSize,
BlockFile bf,
int skipPage,
Serializer key,
Serializer val)
|
|
BSkipList(int spanSize,
BlockFile bf,
int skipPage,
Serializer key,
Serializer val,
boolean fileOnly)
|
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |