Uses of Interface
org.infinispan.util.concurrent.locks.LockManager
-
Packages that use LockManager Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.cache.impl org.infinispan.commands.remote.recovery org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.remoting.inboundhandler.action org.infinispan.security.actions org.infinispan.security.impl org.infinispan.util.concurrent.locks.impl -
-
Uses of LockManager in org.infinispan
Methods in org.infinispan that return LockManager Modifier and Type Method Description LockManager
AdvancedCache. getLockManager()
Returns the component that deals with all aspects of acquiring and releasing locks for cache entries. -
Uses of LockManager in org.infinispan.cache.impl
Methods in org.infinispan.cache.impl that return LockManager Modifier and Type Method Description LockManager
AbstractDelegatingAdvancedCache. getLockManager()
LockManager
CacheImpl. getLockManager()
LockManager
SimpleCacheImpl. getLockManager()
-
Uses of LockManager in org.infinispan.commands.remote.recovery
Methods in org.infinispan.commands.remote.recovery with parameters of type LockManager Modifier and Type Method Description void
TxCompletionNotificationCommand. init(TransactionTable tt, LockManager lockManager, RecoveryManager rm, StateTransferManager stm)
-
Uses of LockManager in org.infinispan.interceptors.impl
Fields in org.infinispan.interceptors.impl declared as LockManager Modifier and Type Field Description protected LockManager
ClusteringInterceptor. lockManager
-
Uses of LockManager in org.infinispan.interceptors.locking
Fields in org.infinispan.interceptors.locking declared as LockManager Modifier and Type Field Description protected LockManager
AbstractLockingInterceptor. lockManager
-
Uses of LockManager in org.infinispan.remoting.inboundhandler.action
Constructors in org.infinispan.remoting.inboundhandler.action with parameters of type LockManager Constructor Description LockAction(LockManager lockManager, ClusteringDependentLogic clusteringDependentLogic)
-
Uses of LockManager in org.infinispan.security.actions
Methods in org.infinispan.security.actions that return LockManager Modifier and Type Method Description LockManager
GetCacheLockManagerAction. run()
-
Uses of LockManager in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return LockManager Modifier and Type Method Description LockManager
SecureCacheImpl. getLockManager()
-
Uses of LockManager in org.infinispan.util.concurrent.locks.impl
Classes in org.infinispan.util.concurrent.locks.impl that implement LockManager Modifier and Type Class Description class
DefaultLockManager
The defaultLockManager
implementation for transactional and non-transactional caches.
-