Uses of Class
net.metanotion.util.skiplist.SkipList
-
Uses of SkipList in net.metanotion.io.block.index
Modifier and TypeClassDescriptionclass
BSkipList<K extends Comparable<? super K>,
V> On-disk format:Modifier and TypeMethodDescriptionSkipLevels<K,
V> 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.Object[]
Load whole span from file, do the operation, flush out, then null out in-memory data again. -
Uses of SkipList in net.metanotion.util.skiplist
Modifier and TypeMethodDescriptionSkipLevels<K,
V> SkipSpan.newInstance
(SkipList<K, V> sl) SkipLevels<K,
V> Object[]
Object[]