|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PersistenceWindow
A persistence window encapsulates a part of the records (or blocks) in a store and makes it possible to read and write data to those records.
| Method Summary | |
|---|---|
void |
close()
|
void |
force()
|
Buffer |
getBuffer()
Returns the underlying buffer to this persistence window. |
Buffer |
getOffsettedBuffer(long id)
|
int |
getRecordSize()
|
long |
position()
Returns the current record/block position. |
int |
size()
Returns the size of this window meaning the number of records/blocks it encapsulates. |
| Method Detail |
|---|
Buffer getBuffer()
Buffer getOffsettedBuffer(long id)
int getRecordSize()
long position()
int size()
void force()
void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||