Package | Description |
---|---|
net.metanotion.io.block.index | |
net.metanotion.util.skiplist |
Modifier and Type | Class and Description |
---|---|
class |
BSkipList<K extends Comparable<? super K>,V>
On-disk format:
|
Modifier and Type | Method and Description |
---|---|
SkipLevels<K,V> |
BSkipLevels.newInstance(int levels,
SkipSpan<K,V> ss,
SkipList<K,V> sl) |
SkipSpan<K,V> |
IBSkipSpan.newInstance(SkipList<K,V> sl) |
SkipSpan<K,V> |
BSkipSpan.newInstance(SkipList<K,V> sl) |
SkipSpan<K,V> |
IBSkipSpan.put(K key,
V val,
SkipList<K,V> sl)
Load whole span from file, do the operation, flush out, then null out in-memory data again.
|
Object[] |
IBSkipSpan.remove(K key,
SkipList<K,V> sl)
Load whole span from file, do the operation, flush out, then null out in-memory data again.
|
Modifier and Type | Method and Description |
---|---|
SkipLevels<K,V> |
SkipLevels.newInstance(int levels,
SkipSpan<K,V> ss,
SkipList<K,V> sl) |
SkipSpan<K,V> |
SkipSpan.newInstance(SkipList<K,V> sl) |
SkipLevels<K,V> |
SkipLevels.put(int start,
K key,
V val,
SkipList<K,V> sl) |
SkipSpan<K,V> |
SkipSpan.put(K key,
V val,
SkipList<K,V> sl) |
Object[] |
SkipLevels.remove(int start,
K key,
SkipList<K,V> sl) |
Object[] |
SkipSpan.remove(K key,
SkipList<K,V> sl) |