Package | Description |
---|---|
org.apache.jackrabbit.core.persistence.bundle | |
org.apache.jackrabbit.core.persistence.mem | |
org.apache.jackrabbit.core.persistence.pool |
Modifier and Type | Class and Description |
---|---|
class |
BundleFsPersistenceManager
This is a generic persistence manager that stores the
NodePropBundle s
in a filesystem. |
Constructor and Description |
---|
ConsistencyCheckerImpl(AbstractBundlePersistenceManager pm,
ConsistencyCheckListener listener,
String lostNFoundId,
UpdateEventChannel eventChannel) |
Modifier and Type | Class and Description |
---|---|
class |
InMemBundlePersistenceManager
BundleInMemPersistenceManager is a HashMap -based
PersistenceManager for Jackrabbit that keeps all data in memory
and that is capable of storing and loading its contents using a simple custom
binary serialization format (see Serializer ). |
Modifier and Type | Class and Description |
---|---|
class |
BundleDbPersistenceManager
This is a generic persistence manager that stores the
NodePropBundle s
in a database. |
class |
DerbyPersistenceManager
Extends the
BundleDbPersistenceManager by derby specific code. |
class |
H2PersistenceManager
Extends the
BundleDbPersistenceManager by H2 specific code. |
class |
MSSqlPersistenceManager
Extends the
BundleDbPersistenceManager by MS-SQL specific code. |
class |
MySqlPersistenceManager
Extends the
BundleDbPersistenceManager by mysql specific code. |
class |
Oracle9PersistenceManager
OracleLegacyPersistenceManager provides support for Oracle jdbc drivers prior to version 10
which require special handling of BLOB data. |
class |
OraclePersistenceManager
Extends the
BundleDbPersistenceManager by Oracle specific code. |
class |
PostgreSQLPersistenceManager
Extends the
BundleDbPersistenceManager by PostgreSQL specific code. |
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.