Uses of Class
net.metanotion.io.block.BlockFile

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
protected  BlockFile BSkipSpan.bf
           
 BlockFile BSkipList.bf
           
 BlockFile BSkipLevels.bf
           
 

Methods in net.metanotion.io.block.index with parameters of type BlockFile
static void BSkipSpan.init(BlockFile bf, int page, int spanSize)
           
static void BSkipList.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)