Uses of Class
net.metanotion.io.block.index.BSkipList

Packages that use BSkipList
net.metanotion.io.block   
net.metanotion.io.block.index   
 

Uses of BSkipList in net.metanotion.io.block
 

Methods in net.metanotion.io.block that return BSkipList
 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)
           
 

Uses of BSkipList in net.metanotion.io.block.index
 

Methods in net.metanotion.io.block.index with parameters of type BSkipList
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 BSkipList
BSkipLevels(BlockFile bf, int levelPage, BSkipList 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.
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)