Infinispan Distribution 5.2.6.Final-redhat-2

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

Packages that use VisibleOwnerRefCountingReentrantLock
org.infinispan.util.concurrent.locks.containers Concurrent lock containers. 
 

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

Methods in org.infinispan.util.concurrent.locks.containers that return VisibleOwnerRefCountingReentrantLock
protected  VisibleOwnerRefCountingReentrantLock ReentrantPerEntryLockContainer.newLock()
           
 

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


Infinispan Distribution 5.2.6.Final-redhat-2

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