| Package | Description |
|---|---|
| org.fcrepo.server.journal | |
| org.fcrepo.server.journal.readerwriter.multifile | |
| org.fcrepo.server.journal.readerwriter.singlefile |
| Modifier and Type | Method and Description |
|---|---|
static JournalReader |
JournalReader.getInstance(Map<String,String> parameters,
String role,
JournalRecoveryLog recoveryLog,
ServerInterface server)
Create an instance of the proper JournalReader child class, as determined
by the server parameters.
|
| Constructor and Description |
|---|
JournalConsumerThread(Map<String,String> parameters,
String role,
ServerInterface server,
JournalReader reader,
JournalRecoveryLog recoveryLog)
Store references to all of this stuff, but we can't start work without a
ManagementDelegate is provided, and we won't get that until the
post-initialization stage.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LockingFollowingJournalReader
A Following Journal Reader that can be made quiescent by the presence of a
lock file.
|
class |
MultiFileFollowingJournalReader
A JournalReader implementation for "following" a leading server, when the
leading server is using a
MultiFileJournalWriter, or the equivalent. |
class |
MultiFileJournalReader
A JournalReader implementation for "recovering", when using a
MultiFileJournalWriter, or the equivalent. |
| Modifier and Type | Class and Description |
|---|---|
class |
SingleFileJournalReader
A rudimentary implementation of JournalReader that just reads all entries
from a single Journal file.
|
Copyright © 2013 DuraSpace. All Rights Reserved.