| Package | Description |
|---|---|
| org.nuxeo.ecm.core.io.impl.extensions | |
| org.nuxeo.ecm.core.model | |
| org.nuxeo.ecm.core.redis.contribs | |
| org.nuxeo.ecm.core.storage.dbs | |
| org.nuxeo.ecm.core.storage.marklogic | |
| org.nuxeo.ecm.core.storage.mem | |
| org.nuxeo.ecm.core.storage.mongodb | |
| org.nuxeo.ecm.core.storage.sql |
Implementation of a Nuxeo repository over an SQL database.
|
| Modifier and Type | Method and Description |
|---|---|
protected LockManager |
DocumentLockImporter.getLockManager(CoreSession session) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LockManager
Deprecated.
since 10.2, use
LockManager instead |
| Modifier and Type | Method and Description |
|---|---|
LockManager |
Session.getLockManager()
Gets the lock manager for this session.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedisLockManager
Redis-based lock manager.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DBSRepository
Interface for a
Repository for Document-Based Storage. |
| Modifier and Type | Class and Description |
|---|---|
class |
DBSCachingRepository
The DBS Cache layer used to cache some method call of real repository
|
class |
DBSRepositoryBase
Provides sharing behavior for repository sessions and other basic functions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MarkLogicRepository
MarkLogic implementation of a
Repository. |
| Modifier and Type | Class and Description |
|---|---|
class |
MemRepository
In-memory implementation of a
Repository. |
| Modifier and Type | Class and Description |
|---|---|
class |
MongoDBRepository
MongoDB implementation of a
Repository. |
| Modifier and Type | Class and Description |
|---|---|
class |
VCSLockManager
Manager of locks that serializes access to them.
|
Copyright © 2019 Nuxeo. All rights reserved.