Package | Description |
---|---|
net.metanotion.io | |
net.metanotion.io.block | |
net.metanotion.io.block.index | |
net.metanotion.io.data |
Modifier and Type | Class and Description |
---|---|
class |
SerialStreams |
Modifier and Type | Method and Description |
---|---|
BSkipList |
BlockFile.getIndex(String name,
Serializer key,
Serializer val) |
BSkipList |
BlockFile.makeIndex(String name,
Serializer key,
Serializer val) |
Modifier and Type | Field and Description |
---|---|
protected Serializer |
BSkipSpan.keySer |
protected Serializer |
BSkipSpan.valSer |
Modifier and Type | Method and Description |
---|---|
protected static void |
BSkipSpan.loadInit(BSkipSpan bss,
BlockFile bf,
BSkipList bsl,
int spanPage,
Serializer key,
Serializer val)
I2P - first half of load()
Only read the span headers
|
Constructor and Description |
---|
BSkipList(int spanSize,
BlockFile bf,
int skipPage,
Serializer key,
Serializer val) |
BSkipList(int spanSize,
BlockFile bf,
int skipPage,
Serializer key,
Serializer val,
boolean fileOnly) |
BSkipSpan(BlockFile bf,
BSkipList bsl,
int spanPage,
Serializer key,
Serializer val) |
IBSkipSpan(BlockFile bf,
BSkipList bsl,
int spanPage,
Serializer key,
Serializer val) |
Modifier and Type | Class and Description |
---|---|
class |
IdentityBytes
May be used to scan and repair the database nondestructively.
|
class |
IntBytes |
class |
LongBytes |
class |
NullBytes |
class |
StringBytes |
class |
UTF8StringBytes
Added by I2P
|