| Modifier and Type | Method and Description |
|---|---|
abstract void |
JournalWriter.writeJournalEntry(CreatorJournalEntry journalEntry)
Concrete sub-classes should provide an XMLEventWriter, and call
#writeJournalEntry(XMLEventWriter), after which, they should
probably flush the XMLEventWriter. |
protected void |
JournalWriter.writeJournalEntry(CreatorJournalEntry journalEntry,
XMLEventWriter writer)
Format a JournalEntry object and write a JournalEntry tag to the journal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MulticastJournalWriter.writeJournalEntry(CreatorJournalEntry journalEntry)
Write a journal entry.
|
void |
MulticastJournalWriter.writeJournalEntry(CreatorJournalEntry journalEntry,
XMLEventWriter writer)
make this public, so the TransportRequest class can call it.
|
| Constructor and Description |
|---|
WriteEntryRequest(MulticastJournalWriter journalWriter,
CreatorJournalEntry journalEntry) |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiFileJournalWriter.writeJournalEntry(CreatorJournalEntry journalEntry)
We've prepared for the entry, so just write it, but remember to
synchronize on the file, so we don't get an asynchronous close while
we're writing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SingleFileJournalWriter.writeJournalEntry(CreatorJournalEntry journalEntry)
Every journal entry just gets added to the file.
|
Copyright © 2013 DuraSpace. All Rights Reserved.