Uses of Class
org.fcrepo.server.journal.JournalReader

Packages that use JournalReader
org.fcrepo.server.journal   
org.fcrepo.server.journal.readerwriter.multifile   
org.fcrepo.server.journal.readerwriter.singlefile   
 

Uses of JournalReader in org.fcrepo.server.journal
 

Methods in org.fcrepo.server.journal that return JournalReader
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.
 

Constructors in org.fcrepo.server.journal with parameters of type JournalReader
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.
 

Uses of JournalReader in org.fcrepo.server.journal.readerwriter.multifile
 

Subclasses of JournalReader in org.fcrepo.server.journal.readerwriter.multifile
 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.
 

Uses of JournalReader in org.fcrepo.server.journal.readerwriter.singlefile
 

Subclasses of JournalReader in org.fcrepo.server.journal.readerwriter.singlefile
 class SingleFileJournalReader
          A rudimentary implementation of JournalReader that just reads all entries from a single Journal file.
 



Copyright © 2011 DuraSpace. All Rights Reserved.