LogRecord |
Logger.get(LogRecord lr,
long mark) |
Read a specific record from the log.
|
private boolean |
Configuration.getBoolean(java.lang.String key,
boolean val) |
called by parseProperties to obtain a boolean configuration
property and optionally display the configured value.
|
(package private) void |
LogFileManager.init(LogBufferManager bmgr) |
validate LogFiles and set member variables.
|
(package private) LogFile |
LogFile.open(java.lang.String fileMode) |
open the file and get the associated nio FileChannel for the file.
|
(package private) void |
LogFileManager.open() |
open pool of LogFile(s).
|
void |
Logger.open() |
open Log files and perform necessart initialization.
|
private void |
Configuration.parseProperties() |
initialize member variables from property file.
|
(package private) void |
LogBufferManager.replay(ReplayListener listener,
long mark,
boolean replayCtrlRecords) |
Replays log from requested mark forward to end of log.
|
void |
Logger.replay(ReplayListener listener) |
Replays log from the active mark forward to the current position.
|
void |
Logger.replay(ReplayListener listener,
long mark) |
Replays log from a specified mark forward to the current mark.
|
protected void |
Logger.replay(ReplayListener listener,
long mark,
boolean replayCtrlRecords) |
Allows sub-classes of Logger to replay control records.
|
void |
Configuration.setBufferSize(int bufferSize) |
|
void |
Configuration.setLogFileMode(java.lang.String logFileMode) |
|
void |
Configuration.setMaxBuffers(int maxBuffers) |
|
void |
Configuration.setMinBuffers(int minBuffers) |
|
(package private) void |
LogFileManager.validateFileHeader(LogBuffer lb) |
Compares values in log file header record with current configuration.
|