Uses of Class
net.metanotion.util.skiplist.SkipSpan
-
Uses of SkipSpan in net.metanotion.io.block.index
Modifier and TypeClassDescriptionclass
BSkipSpan<K extends Comparable<? super K>,
V> On-disk format:class
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 TypeMethodDescriptionLoad whole span from file, do the operation, flush out, then null out in-memory data again.BSkipSpan.newInstance
(SkipList<K, V> sl) IBSkipSpan.newInstance
(SkipList<K, V> sl) Load whole span from file, do the operation, flush out, then null out in-memory data again. -
Uses of SkipSpan in net.metanotion.util.skiplist
Modifier and TypeFieldDescriptionSkipLevels.bottom
SkipList.first
SkipSpan.next
SkipSpan.prev
SkipIterator.ss
Modifier and TypeMethodDescriptionSkipLevels.getEnd()
SkipSpan.getEnd()
SkipSpan.newInstance
(SkipList<K, V> sl) ModifierConstructorDescriptionSkipIterator
(SkipSpan<K, V> ss, int index) SkipLevels
(int size, SkipSpan<K, V> span)