パッケージ | 説明 |
---|---|
net.metanotion.io.block.index |
修飾子とタイプ | クラス | 説明 |
---|---|---|
class |
IBSkipSpan<K extends java.lang.Comparable<? super K>,V> |
I2P version of BSkipSpan
BSkipSpan stores all keys and values in-memory, backed by the file.
|
修飾子とタイプ | フィールド | 説明 |
---|---|---|
(package private) java.util.HashMap<java.lang.Integer,BSkipSpan<K,V>> |
BSkipList.spanHash |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
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
|