パッケージ | 説明 |
---|---|
net.metanotion.io.block | |
net.metanotion.io.block.index |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
<K extends java.lang.Comparable<? super K>,V> |
BlockFile.getIndex(java.lang.String name,
Serializer<K> key,
Serializer<V> val) |
Open a skiplist if it exists.
|
<K extends java.lang.Comparable<? super K>,V> |
BlockFile.makeIndex(java.lang.String name,
Serializer<K> key,
Serializer<V> val) |
Create and open a new skiplist if it does not exist.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
protected static <X extends java.lang.Comparable<? super X>,Y> |
BSkipSpan.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
|
コンストラクタ | 説明 |
---|---|
BSkipLevels(BlockFile bf,
int levelPage,
BSkipList<K,V> bsl) |
Non-recursive initializer initializeLevels()
MUST be called on the first BSkipLevel in the skiplist
after the constructor, unless it's a new empty
level and init() was previously called.
|
BSkipSpan(BlockFile bf,
BSkipList<K,V> bsl) |
|
BSkipSpan(BlockFile bf,
BSkipList<K,V> bsl,
int spanPage,
Serializer<K> key,
Serializer<V> val) |
|
IBSkipSpan(BlockFile bf,
BSkipList<K,V> bsl,
int spanPage,
Serializer<K> key,
Serializer<V> val) |