Uses of Interface
org.nuxeo.ecm.core.api.lock.LockManager
-
Packages that use LockManager 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.lock 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.org.nuxeo.ecm.core.storage.sql.coremodel -
-
Uses of LockManager in org.nuxeo.ecm.core.io.impl.extensions
Methods in org.nuxeo.ecm.core.io.impl.extensions that return LockManager Modifier and Type Method Description protected LockManager
DocumentLockImporter. getLockManager(CoreSession session)
-
Uses of LockManager in org.nuxeo.ecm.core.model
Methods in org.nuxeo.ecm.core.model that return LockManager Modifier and Type Method Description LockManager
Session. getLockManager()
Gets the lock manager for this session. -
Uses of LockManager in org.nuxeo.ecm.core.redis.contribs
Classes in org.nuxeo.ecm.core.redis.contribs that implement LockManager Modifier and Type Class Description class
RedisLockManager
Redis-based lock manager. -
Uses of LockManager in org.nuxeo.ecm.core.storage.dbs
Subinterfaces of LockManager in org.nuxeo.ecm.core.storage.dbs Modifier and Type Interface Description interface
DBSConnection
Interface for a connection to aDBSRepository
.interface
DBSRepository
Interface for aRepository
for Document-Based Storage.Classes in org.nuxeo.ecm.core.storage.dbs that implement LockManager Modifier and Type Class Description class
DBSCachingConnection
The DBS Cache layer used to cache some method call of real repositoryclass
DBSCachingRepository
The DBS Cache layer used to cache some method call of real repositoryclass
DBSConnectionBase
Interface for a connection to aDBSRepository
.class
DBSRepositoryBase
Provides sharing behavior for repository sessions and other basic functions.class
DBSTransactionState
Transactional state for a session.Fields in org.nuxeo.ecm.core.storage.dbs declared as LockManager Modifier and Type Field Description protected LockManager
DBSRepositoryBase. lockManager
Methods in org.nuxeo.ecm.core.storage.dbs that return LockManager Modifier and Type Method Description LockManager
DBSCachingRepository. getLockManager()
LockManager
DBSRepository. getLockManager()
Gets the lock manager for this repository.LockManager
DBSRepositoryBase. getLockManager()
LockManager
DBSSession. getLockManager()
-
Uses of LockManager in org.nuxeo.ecm.core.storage.lock
Fields in org.nuxeo.ecm.core.storage.lock with type parameters of type LockManager Modifier and Type Field Description Class<? extends LockManager>
LockManagerDescriptor. klass
protected Map<String,LockManager>
LockManagerService. lockManagers
Methods in org.nuxeo.ecm.core.storage.lock that return LockManager Modifier and Type Method Description LockManager
LockManagerService. getLockManager(String name)
Returns the lock manager registered with the given name.Methods in org.nuxeo.ecm.core.storage.lock with parameters of type LockManager Modifier and Type Method Description void
LockManagerService. registerLockManager(String name, LockManager lockManager)
-
Uses of LockManager in org.nuxeo.ecm.core.storage.mem
Classes in org.nuxeo.ecm.core.storage.mem that implement LockManager Modifier and Type Class Description class
MemConnection
In-memory implementation of aDBSConnection
.class
MemRepository
In-memory implementation of aDBSRepository
. -
Uses of LockManager in org.nuxeo.ecm.core.storage.mongodb
Classes in org.nuxeo.ecm.core.storage.mongodb that implement LockManager Modifier and Type Class Description class
MongoDBConnection
MongoDB implementation of aDBSConnection
.class
MongoDBRepository
MongoDB implementation of aRepository
. -
Uses of LockManager in org.nuxeo.ecm.core.storage.sql
Classes in org.nuxeo.ecm.core.storage.sql that implement LockManager Modifier and Type Class Description class
VCSLockManager
Manager of locks stored in the repository SQL database.Methods in org.nuxeo.ecm.core.storage.sql that return LockManager Modifier and Type Method Description LockManager
RepositoryImpl. getLockManager()
LockManager
Session. getLockManager()
Gets the lock manager for this session.LockManager
SessionImpl. getLockManager()
-
Uses of LockManager in org.nuxeo.ecm.core.storage.sql.coremodel
Methods in org.nuxeo.ecm.core.storage.sql.coremodel that return LockManager Modifier and Type Method Description LockManager
SQLSession. getLockManager()
-