jdbm.recman
Class RecordFile

java.lang.Object
  extended by jdbm.recman.RecordFile

public final class RecordFile
extends java.lang.Object

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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BLOCK_SIZE

public static final int BLOCK_SIZE
The length of a single block.

See Also:
Constant Field Values


Cees de Groot (C) 2000. All rights reserved http://jdbm.sourceforge.net