Uses of Class
org.apache.jackrabbit.core.journal.AbstractJournal
-
Packages that use AbstractJournal Package Description org.apache.jackrabbit.core.journal -
-
Uses of AbstractJournal in org.apache.jackrabbit.core.journal
Subclasses of AbstractJournal in org.apache.jackrabbit.core.journal Modifier and Type Class Description classDatabaseJournalDatabase-based journal implementation.classFileJournalFile-based journal implementation that appends journal records to a single file.classJNDIDatabaseJournalDeprecated.This class should not be used because it is not database vendor specific.classMemoryJournalMemory-based journal, useful for testing purposes only.classMSSqlDatabaseJournalIt has the following property in addition to those of the DatabaseJournal:tableSpace: the MS SQL tablespace to useclassOracleDatabaseJournalIt has the following property in addition to those of the DatabaseJournal:tablespace: the tablespace to use for tablesindexTablespace: the tablespace to use for indexesConstructors in org.apache.jackrabbit.core.journal with parameters of type AbstractJournal Constructor Description AppendRecord(AbstractJournal journal, String producerId)Create a new instance of this class.DefaultRecordProducer(AbstractJournal journal, String id)Create a new instance of this class.
-