Package org.infinispan.lock

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

Class Summary
LockManagerImpl Handles locks for the MVCC based LockingInterceptor
StripedLock A simple implementation of lock striping, using cache entry keys to lock on, primarily used to help make CacheLoader implemtations thread safe.
 

Enum Summary
IsolationLevel Various transaction isolation levels as an enumerated class.
 

Exception Summary
TimeoutException Thrown when a timeout occurred.
 



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