Uses of Class
net.metanotion.util.skiplist.SkipSpan
Packages that use SkipSpan
-
Uses of SkipSpan in net.metanotion.io.block.index
Subclasses of SkipSpan in net.metanotion.io.block.indexModifier and TypeClassDescriptionclassBSkipSpan<K extends Comparable<? super K>,V> On-disk format:classIBSkipSpan<K extends Comparable<? super K>,V> I2P version of BSkipSpan BSkipSpan stores all keys and values in-memory, backed by the file.Methods in net.metanotion.io.block.index that return SkipSpanModifier 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.Methods in net.metanotion.io.block.index with parameters of type SkipSpanConstructors in net.metanotion.io.block.index with parameters of type SkipSpan -
Uses of SkipSpan in net.metanotion.util.skiplist
Fields in net.metanotion.util.skiplist declared as SkipSpanModifier and TypeFieldDescriptionSkipLevels.bottomSkipList.firstSkipSpan.nextSkipSpan.prevSkipIterator.ssMethods in net.metanotion.util.skiplist that return SkipSpanModifier and TypeMethodDescriptionSkipLevels.getEnd()SkipSpan.getEnd()SkipSpan.newInstance(SkipList<K, V> sl) Methods in net.metanotion.util.skiplist with parameters of type SkipSpanConstructors in net.metanotion.util.skiplist with parameters of type SkipSpanModifierConstructorDescriptionSkipIterator(SkipSpan<K, V> ss, int index) SkipLevels(int size, SkipSpan<K, V> span)