Package org.infinispan.util.concurrent.locks.impl
-
Interface Summary Interface Description LockContainer A container for locks -
Class Summary Class Description DefaultLockManager The defaultLockManager
implementation for transactional and non-transactional caches.DefaultPendingLockManager The default implementation forPendingLockManager
.InfinispanLock A special lock for Infinispan cache.NoOpPendingLockManager AnPendingLockManager
implementation that does nothing.PerKeyLockContainer A lock container that creates and maintains a new lock per entry.StripedLockContainer A lock container used with lock stripping.