Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.util.concurrent.locks.VisibleOwnerReentrantLock

Packages that use VisibleOwnerReentrantLock
org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities. 
org.infinispan.util.concurrent.locks.containers Concurrent lock containers. 
 

Uses of VisibleOwnerReentrantLock in org.infinispan.util.concurrent.locks
 

Subclasses of VisibleOwnerReentrantLock in org.infinispan.util.concurrent.locks
 class VisibleOwnerRefCountingReentrantLock
          A version of VisibleOwnerReentrantLock that has a reference counter, and implements RefCountingLock.
 

Uses of VisibleOwnerReentrantLock in org.infinispan.util.concurrent.locks.containers
 

Methods in org.infinispan.util.concurrent.locks.containers that return VisibleOwnerReentrantLock
 VisibleOwnerReentrantLock ReentrantStripedLockContainer.getLock(Object object)
           
 

Methods in org.infinispan.util.concurrent.locks.containers with parameters of type VisibleOwnerReentrantLock
protected  void ReentrantStripedLockContainer.lock(VisibleOwnerReentrantLock lock, Object lockOwner)
           
protected  boolean ReentrantStripedLockContainer.tryLock(VisibleOwnerReentrantLock lock, long timeout, TimeUnit unit, Object unused)
           
protected  void ReentrantStripedLockContainer.unlock(VisibleOwnerReentrantLock l, Object unused)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

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