Uses of Interface
org.infinispan.util.concurrent.locks.LockManager
Packages that use LockManager
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
Factories are internal components used to create other components based on a cache's
configuration.
-
Uses of LockManager in org.infinispan
Methods in org.infinispan that return LockManagerModifier and TypeMethodDescriptionAdvancedCache.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 LockManagerModifier and TypeMethodDescriptionAbstractDelegatingAdvancedCache.getLockManager()CacheImpl.getLockManager()SimpleCacheImpl.getLockManager() -
Uses of LockManager in org.infinispan.factories
Methods in org.infinispan.factories that return types with arguments of type LockManager -
Uses of LockManager in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return LockManager -
Uses of LockManager in org.infinispan.stream.impl
Fields in org.infinispan.stream.impl declared as LockManagerModifier and TypeFieldDescriptionprotected LockManagerLockedStreamImpl.LockHelper.lockManagerprotected LockManagerLockedStreamImpl.LockHelper.lockManager -
Uses of LockManager in org.infinispan.transaction.xa.recovery
Methods in org.infinispan.transaction.xa.recovery with parameters of type LockManagerModifier and TypeMethodDescriptionvoidRecoveryManagerImpl.init(RpcManager rpcManager, CommandsFactory commandsFactory, ComponentRef<TransactionTable> txTable, TransactionCoordinator txCoordinator, TransactionFactory txFactory, LockManager lockManager) -
Uses of LockManager in org.infinispan.util.concurrent.locks.impl
Classes in org.infinispan.util.concurrent.locks.impl that implement LockManagerModifier and TypeClassDescriptionclassThe defaultLockManagerimplementation for transactional and non-transactional caches.