|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjdbm.recman.RecordFile
public final class RecordFile
This class represents a random access file as a set of fixed size records. Each record has a physical record number, and records are cached in order to improve access.
The set of dirty records on the in-use list constitutes a transaction. Later on, we will send these records to some recovery thingy.
| Field Summary | |
|---|---|
static int |
BLOCK_SIZE
The length of a single block. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int BLOCK_SIZE
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||