| Modifier and Type | Method and Description |
|---|---|
abstract ConsumerJournalEntry |
JournalReader.readJournalEntry()
Concrete sub-classes should insure that their XMLEventReader is
positioned at the beginning of a JournalEntry, and call
JournalReader.readJournalEntry(XMLEventReader). |
protected ConsumerJournalEntry |
JournalReader.readJournalEntry(XMLEventReader reader)
Read a JournalEntry from the journal, to produce a
ConsumerJournalEntry instance. |
| Modifier and Type | Method and Description |
|---|---|
ConsumerJournalEntry |
MultiFileJournalReader.readJournalEntry() |
| Modifier and Type | Method and Description |
|---|---|
ConsumerJournalEntry |
SingleFileJournalReader.readJournalEntry()
Advance past any white space, and then see whether we have any more
JournalEntry tags.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JournalRecoveryLog.log(ConsumerJournalEntry journalEntry)
Format a journal entry for writing to the logger.
|
Copyright © 2013 DuraSpace. All Rights Reserved.