Package org.infinispan.util.concurrent.locks

Lock and synchronization related classes, tools and utilities.

See:
          Description

Interface Summary
LockManager An interface to deal with all aspects of acquiring and releasing locks for cache entries.
 

Class Summary
DeadlockDetectingLockManager Lock manager in charge with processing deadlock detections.
LockManagerImpl Handles locks for the MVCC based LockingInterceptor
OwnableReentrantLock A lock that supports reentrancy based on owner (and not on current thread).
StripedLock A simple implementation of lock striping, using cache entry keys to lock on, primarily used to help make CacheLoader implemtations thread safe.
 

Exception Summary
DeadlockDetectedException Exception signaling detected deadlocks.
 

Package org.infinispan.util.concurrent.locks Description

Lock and synchronization related classes, tools and utilities.


Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.