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