Uses of Package
org.apache.jackrabbit.core.journal
-
Classes in org.apache.jackrabbit.core.journal used by org.apache.jackrabbit.core.cluster Class Description Journal Generic journal interface.JournalException TheJournalException
signals an error within a journal operation.Record Record interface.RecordConsumer Listener interface on a journal that gets called back for records that should be consumed. -
Classes in org.apache.jackrabbit.core.journal used by org.apache.jackrabbit.core.config Class Description Journal Generic journal interface.JournalFactory Factory interface for creatingJournal
instances. -
Classes in org.apache.jackrabbit.core.journal used by org.apache.jackrabbit.core.journal Class Description AbstractJournal Base journal implementation.AbstractRecord Base implementation for a record.AppendRecord Default temporary record used for appending to some journal.DatabaseJournal Database-based journal implementation.InstanceRevision Journal Generic journal interface.JournalException TheJournalException
signals an error within a journal operation.MemoryJournal.MemoryRecord Memory record.ReadRecord Record used for reading.Record Record interface.RecordConsumer Listener interface on a journal that gets called back for records that should be consumed.RecordIterator RecordIterator interface.RecordProducer Produces new records that can be appended to the journal.RotatingLogFile Represents a log file that can be rotated. -
Classes in org.apache.jackrabbit.core.journal used by org.apache.jackrabbit.core.observation Class Description Journal Generic journal interface.