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.extendedstats.wrappers
Classes in org.infinispan.extendedstats.wrappers that implement LockManagerModifier and TypeClassDescriptionclass
Takes statistic about lock acquisition.class
Top-key stats about locks.Methods in org.infinispan.extendedstats.wrappers that return LockManagerConstructors in org.infinispan.extendedstats.wrappers with parameters of type LockManagerModifierConstructorDescriptionExtendedStatisticLockManager
(LockManager actual, CacheStatisticManager cacheStatisticManager, TimeService timeService) TopKeyLockManager
(LockManager current, StreamSummaryContainer container) -
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.actions
Methods in org.infinispan.security.actions that return LockManager -
Uses of LockManager in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return LockManager -
Uses of LockManager in org.infinispan.util.concurrent.locks.impl
Classes in org.infinispan.util.concurrent.locks.impl that implement LockManagerModifier and TypeClassDescriptionclass
The defaultLockManager
implementation for transactional and non-transactional caches.