Fields Summary |
---|
static final int | ACCESSTYPE_UNKNOWNType of last access is unknown (forces fseek to required cursor pos'n) |
static final int | ACCESSTYPE_READLast access was for reading |
static final int | ACCESSTYPE_WRITELast access was for writing |
static final int | EXTENT_RADIXThe radix used to convert extent numbers to strings. |
static final int | MAX_NO_OF_EXTENTSThe maximum number of extent files that can be allocated to a single
log at any one time. Extent names are made up of .nnn
Hence this value is restricted by the .nnn extension (3 characters
only, to support the FAT file system. |
LogExtent | blockValidThis value is used to validate the LogExtent object. |
int | extentNumberThe extent number. |
LogFileHandle | fileHandleThe file handle for the log extent file. |
File | fileThe file for the log extent file. |
boolean | writtenSinceLastForceIndicates whether any information has been written since the last force. |
int | cursorPositionThe cursor position in the log extent. |
int | lastAccessThe last type of access to the extent. |