|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BlockDB
| Field Summary | |
|---|---|
static byte[] |
EMPTY
|
| Method Summary | |
|---|---|
void |
cachePut(BlockKey k,
net.metanotion.io.appenddb.Block b)
|
void |
cacheRemove(BlockKey k)
|
int |
getBlock()
|
Object |
getCommitSync()
|
int |
getNextXID()
|
net.metanotion.io.appenddb.BlockRootMap |
getRoot()
|
int |
incBlock()
|
int |
incNextXID()
|
net.metanotion.io.appenddb.Block |
loadBlock(long offset)
|
void |
putOffsetToBlocks(long offset,
BlockKey bk)
|
void |
removeOffsetToBlocks(long offset)
|
void |
setRoot(net.metanotion.io.appenddb.BlockRootMap brm)
|
long |
write(net.metanotion.io.appenddb.Block b)
|
| Field Detail |
|---|
static final byte[] EMPTY
| Method Detail |
|---|
void cachePut(BlockKey k,
net.metanotion.io.appenddb.Block b)
void cacheRemove(BlockKey k)
net.metanotion.io.appenddb.Block loadBlock(long offset)
void setRoot(net.metanotion.io.appenddb.BlockRootMap brm)
net.metanotion.io.appenddb.BlockRootMap getRoot()
Object getCommitSync()
int getNextXID()
int incNextXID()
int getBlock()
int incBlock()
long write(net.metanotion.io.appenddb.Block b)
void putOffsetToBlocks(long offset,
BlockKey bk)
void removeOffsetToBlocks(long offset)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||