Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Package
org.infinispan.util.concurrent.locks

Packages that use org.infinispan.util.concurrent.locks
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
org.infinispan.commands Commands that operate on the cache, either locally or remotely. 
org.infinispan.commands.remote.recovery   
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.interceptors.distribution   
org.infinispan.interceptors.locking   
org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities. 
org.infinispan.util.concurrent.locks.containers Concurrent lock containers. 
 

Classes in org.infinispan.util.concurrent.locks used by org.infinispan
LockManager
          An interface to deal with all aspects of acquiring and releasing locks for cache entries.
 

Classes in org.infinispan.util.concurrent.locks used by org.infinispan.commands
LockManager
          An interface to deal with all aspects of acquiring and releasing locks for cache entries.
 

Classes in org.infinispan.util.concurrent.locks used by org.infinispan.commands.remote.recovery
LockManager
          An interface to deal with all aspects of acquiring and releasing locks for cache entries.
 

Classes in org.infinispan.util.concurrent.locks used by org.infinispan.interceptors
LockManager
          An interface to deal with all aspects of acquiring and releasing locks for cache entries.
 

Classes in org.infinispan.util.concurrent.locks used by org.infinispan.interceptors.distribution
LockManager
          An interface to deal with all aspects of acquiring and releasing locks for cache entries.
 

Classes in org.infinispan.util.concurrent.locks used by org.infinispan.interceptors.locking
LockManager
          An interface to deal with all aspects of acquiring and releasing locks for cache entries.
 

Classes in org.infinispan.util.concurrent.locks used by org.infinispan.util.concurrent.locks
LockManager
          An interface to deal with all aspects of acquiring and releasing locks for cache entries.
LockManagerImpl
          Handles locks for the MVCC based LockingInterceptor
OwnableReentrantLock
          A lock that supports reentrancy based on owner (and not on current thread).
RefCountingLock
          An extension of a JDK Lock, with support for maintaining a reference counter.
VisibleOwnerReentrantLock
          Extends ReentrantLock only to make the VisibleOwnerReentrantLock.getOwner() method public.
 

Classes in org.infinispan.util.concurrent.locks used by org.infinispan.util.concurrent.locks.containers
OwnableReentrantLock
          A lock that supports reentrancy based on owner (and not on current thread).
OwnableRefCountingReentrantLock
          A version of OwnableReentrantLock that has a reference counter, and implements RefCountingLock.
RefCountingLock
          An extension of a JDK Lock, with support for maintaining a reference counter.
VisibleOwnerReentrantLock
          Extends ReentrantLock only to make the VisibleOwnerReentrantLock.getOwner() method public.
VisibleOwnerRefCountingReentrantLock
          A version of VisibleOwnerReentrantLock that has a reference counter, and implements RefCountingLock.
 


Infinispan Distribution 5.2.6.Final-redhat-2

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