Package org.infinispan.util.concurrent.locks.containers

Interface Summary
LockContainer A container for locks
 

Class Summary
AbstractPerEntryLockContainer An abstract lock container that creates and maintains a new lock per entry
AbstractStripedLockContainer A container for locks.
OwnableReentrantPerEntryLockContainer // TODO: Manik: Document this!
OwnableReentrantStripedLockContainer A LockContainer that holds OwnableReentrantLocks.
ReentrantPerEntryLockContainer // TODO: Manik: Document this!
ReentrantStripedLockContainer A LockContainer that holds ReentrantLocks
 



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