Package | Description |
---|---|
org.objectweb.howl.log |
Core functionality for any log file implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidFileSetException
Exception thrown when LogFileManager.open() detects an
invalid file set.
|
class |
InvalidLogBufferException
Exception thrown when Logger detects a journal block
with invalid content.
|
class |
InvalidLogHeaderException
Exception thrown when XAJournalReader detects a journal block with an invalid
header.
|
class |
InvalidLogKeyException
Exception thrown when XAJournalReader detects a journal block with an invalid
header.
|
class |
LogClosedException
Checked exception thrown when put is called after the log has been
closed.
|
class |
LogConfigurationException |
class |
LogFileOverflowException
Checked exception thrown when the Logger
attempts to switch to an alternate log file that
contains the active mark.
|
class |
LogRecordSizeException
Checked exception thrown when the byte[] passed to put
is larger than the configured buffer size.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplayListener.onError(LogException exception)
Called by Logger when an exception is encountered
during replay.
|
Modifier and Type | Method and Description |
---|---|
LogRecord |
Logger.get(LogRecord lr,
long mark)
Read a specific record from the log.
|
LogRecord |
Logger.getNext(LogRecord lr)
Read the journal record that follows the record identified by lr.
|
Copyright © 2018 ObjectWeb HOWL. All rights reserved.