Package | Description |
---|---|
net.metanotion.io.block | |
net.metanotion.io.block.index | |
net.metanotion.io.data |
Modifier and Type | Method and Description |
---|---|
<K extends Comparable<? super K>,V> |
BlockFile.getIndex(String name,
Serializer<K> key,
Serializer<V> val)
Open a skiplist if it exists.
|
<K extends Comparable<? super K>,V> |
BlockFile.getIndex(String name,
Serializer<K> key,
Serializer<V> val)
Open a skiplist if it exists.
|
<K extends Comparable<? super K>,V> |
BlockFile.makeIndex(String name,
Serializer<K> key,
Serializer<V> val)
Create and open a new skiplist if it does not exist.
|
<K extends Comparable<? super K>,V> |
BlockFile.makeIndex(String name,
Serializer<K> key,
Serializer<V> val)
Create and open a new skiplist if it does not exist.
|
<K extends Comparable<? super K>,V> |
BlockFile.reformatIndex(String name,
Serializer<K> oldKey,
Serializer<V> oldVal,
Serializer<K> newKey,
Serializer<V> newVal)
Reformat a skiplist with new Serializers if it exists.
|
<K extends Comparable<? super K>,V> |
BlockFile.reformatIndex(String name,
Serializer<K> oldKey,
Serializer<V> oldVal,
Serializer<K> newKey,
Serializer<V> newVal)
Reformat a skiplist with new Serializers if it exists.
|
<K extends Comparable<? super K>,V> |
BlockFile.reformatIndex(String name,
Serializer<K> oldKey,
Serializer<V> oldVal,
Serializer<K> newKey,
Serializer<V> newVal)
Reformat a skiplist with new Serializers if it exists.
|
<K extends Comparable<? super K>,V> |
BlockFile.reformatIndex(String name,
Serializer<K> oldKey,
Serializer<V> oldVal,
Serializer<K> newKey,
Serializer<V> newVal)
Reformat a skiplist with new Serializers if it exists.
|
Modifier and Type | Field and Description |
---|---|
protected Serializer<K> |
BSkipSpan.keySer |
protected Serializer<V> |
BSkipSpan.valSer |
Modifier and Type | Method and Description |
---|---|
protected static <X extends 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
|
protected static <X extends 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
|
Constructor and Description |
---|
BSkipList(int spanSize,
BlockFile bf,
int skipPage,
Serializer<K> key,
Serializer<V> val) |
BSkipList(int spanSize,
BlockFile bf,
int skipPage,
Serializer<K> key,
Serializer<V> val) |
BSkipList(int spanSize,
BlockFile bf,
int skipPage,
Serializer<K> key,
Serializer<V> val,
boolean fileOnly) |
BSkipList(int spanSize,
BlockFile bf,
int skipPage,
Serializer<K> key,
Serializer<V> val,
boolean fileOnly) |
BSkipSpan(BlockFile bf,
BSkipList<K,V> bsl,
int spanPage,
Serializer<K> key,
Serializer<V> val) |
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) |
IBSkipSpan(BlockFile bf,
BSkipList<K,V> bsl,
int spanPage,
Serializer<K> key,
Serializer<V> val) |
Modifier and Type | Class and Description |
---|---|
class |
IdentityBytes
May be used to scan and repair the database nondestructively.
|
class |
IntBytes |
class |
StringBytes |
class |
UTF8StringBytes
Added by I2P
|