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.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.interceptors.locking Interceptors dealing with locking.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 LockManagerAdvancedCache. 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 LockManagerAbstractDelegatingAdvancedCache. getLockManager()LockManagerCacheImpl. getLockManager()LockManagerSimpleCacheImpl. getLockManager() -
Uses of LockManager in org.infinispan.factories
Methods in org.infinispan.factories that return types with arguments of type LockManager Modifier and Type Method Description ComponentRef<LockManager>ComponentRegistry. getLockManager() -
Uses of LockManager in org.infinispan.interceptors.impl
Fields in org.infinispan.interceptors.impl declared as LockManager Modifier and Type Field Description protected LockManagerClusteringInterceptor. lockManager -
Uses of LockManager in org.infinispan.interceptors.locking
Fields in org.infinispan.interceptors.locking declared as LockManager Modifier and Type Field Description protected LockManagerAbstractLockingInterceptor. lockManager -
Uses of LockManager in org.infinispan.security.actions
Methods in org.infinispan.security.actions that return LockManager Modifier and Type Method Description LockManagerGetCacheLockManagerAction. run() -
Uses of LockManager in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return LockManager Modifier and Type Method Description LockManagerSecureCacheImpl. 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 classDefaultLockManagerThe defaultLockManagerimplementation for transactional and non-transactional caches.
-