Package | Description |
---|---|
org.apache.jackrabbit.core.journal |
Modifier and Type | Class and Description |
---|---|
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.
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 |
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 use
|
class |
OracleDatabaseJournal
It has the following property in addition to those of the DatabaseJournal:
tablespace : the tablespace to use for tables
indexTablespace : the tablespace to use for indexes
|
Constructor and 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.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.