Uses of Class
net.metanotion.io.block.index.BSkipSpan
-
Uses of BSkipSpan in net.metanotion.io.block.index
Modifier and TypeClassDescriptionclass
IBSkipSpan<K extends Comparable<? super K>,
V> I2P version of BSkipSpan BSkipSpan stores all keys and values in-memory, backed by the file.Modifier and TypeMethodDescriptionprotected 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