| Package | Description | 
|---|---|
| org.apache.jackrabbit.core.cluster | |
| org.apache.jackrabbit.core.config | Jackrabbit configuration handling. | 
| org.apache.jackrabbit.core.journal | |
| org.apache.jackrabbit.core.observation | 
| Modifier and Type | Method and Description | 
|---|---|
| Journal | ClusterNode. getJournal()Return the journal created by this cluster node. | 
| Modifier and Type | Method and Description | 
|---|---|
| Journal | ClusterConfig. getJournal(NamespaceResolver resolver)Returns an initialized journal instance. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractJournalBase journal implementation. | 
| class  | DatabaseJournalDatabase-based journal implementation. | 
| class  | FileJournalFile-based journal implementation that appends journal records to a single
 file. | 
| class  | JNDIDatabaseJournalDeprecated. 
 This class should not be used because it is not database vendor specific.
 Each DatabaseJournal now supports getting the connection via JNDI
 by setting the driver to javax.naming.InitialContext
 and the URL to the JNDI name.
  
 Database journal that uses JNDI to acquire the database connection.
 The JNDI location of the  WARNING: The acquired database connection is kept for the entire lifetime of the journal instance. The configured data source should be prepared for this. | 
| class  | MemoryJournalMemory-based journal, useful for testing purposes only. | 
| class  | MSSqlDatabaseJournalIt has the following property in addition to those of the DatabaseJournal:
 
  tableSpace: the MS SQL tablespace to use | 
| class  | OracleDatabaseJournalIt has the following property in addition to those of the DatabaseJournal:
 
  tablespace: the tablespace to use for tablesindexTablespace: the tablespace to use for indexes | 
| Modifier and Type | Method and Description | 
|---|---|
| Journal | JournalFactory. getJournal(NamespaceResolver resolver)Creates, initializes, and returns a  Journalinstance
 for use by the repository. | 
| Constructor and Description | 
|---|
| EventJournalImpl(EventFilter filter,
                Journal journal,
                String producerId,
                SessionImpl session)Creates a new event journal. | 
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.