Uses of Interface
org.apache.jackrabbit.core.journal.Journal
-
Packages that use Journal Package Description org.apache.jackrabbit.core.cluster org.apache.jackrabbit.core.config org.apache.jackrabbit.core.journal org.apache.jackrabbit.core.observation -
-
Uses of Journal in org.apache.jackrabbit.core.cluster
Methods in org.apache.jackrabbit.core.cluster that return Journal Modifier and Type Method Description Journal
ClusterNode. getJournal()
Return the journal created by this cluster node. -
Uses of Journal in org.apache.jackrabbit.core.config
Methods in org.apache.jackrabbit.core.config that return Journal Modifier and Type Method Description Journal
ClusterConfig. getJournal(NamespaceResolver resolver)
Returns an initialized journal instance. -
Uses of Journal in org.apache.jackrabbit.core.journal
Classes in org.apache.jackrabbit.core.journal that implement Journal Modifier and Type Class Description class
AbstractJournal
Base journal implementation.class
DatabaseJournal
Database-based journal implementation.class
FileJournal
File-based journal implementation that appends journal records to a single file.class
JNDIDatabaseJournal
Deprecated.This class should not be used because it is not database vendor specific.class
MemoryJournal
Memory-based journal, useful for testing purposes only.class
MSSqlDatabaseJournal
It has the following property in addition to those of the DatabaseJournal:tableSpace
: the MS SQL tablespace to useclass
OracleDatabaseJournal
It has the following property in addition to those of the DatabaseJournal:tablespace
: the tablespace to use for tablesindexTablespace
: the tablespace to use for indexesMethods in org.apache.jackrabbit.core.journal that return Journal Modifier and Type Method Description Journal
JournalFactory. getJournal(NamespaceResolver resolver)
Creates, initializes, and returns aJournal
instance for use by the repository. -
Uses of Journal in org.apache.jackrabbit.core.observation
Constructors in org.apache.jackrabbit.core.observation with parameters of type Journal Constructor Description EventJournalImpl(EventFilter filter, Journal journal, String producerId, SessionImpl session)
Creates a new event journal.
-