Uses of Class
net.metanotion.io.block.index.BSkipSpan
Package | Description |
---|---|
net.metanotion.io.block.index |
-
Uses of BSkipSpan in net.metanotion.io.block.index
Subclasses of BSkipSpan in net.metanotion.io.block.index Modifier and Type Class Description class
IBSkipSpan<K extends Comparable<? super K>,V>
I2P version of BSkipSpan BSkipSpan stores all keys and values in-memory, backed by the file.Fields in net.metanotion.io.block.index with type parameters of type BSkipSpan Modifier and Type Field Description (package private) HashMap<Integer,BSkipSpan<K,V>>
BSkipList. spanHash
Methods in net.metanotion.io.block.index with parameters of type BSkipSpan Modifier and Type Method Description protected static <X extends Comparable<? super X>, Y>
voidBSkipSpan. 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