Uses of Interface
org.infinispan.util.concurrent.locks.LockManager

Packages that use LockManager
org.infinispan.container Data containers which store cache entries. 
org.infinispan.eviction Classes related to eviction. 
org.infinispan.interceptors Infinispan is designed around a set of interceptors around a data container. 
org.infinispan.tree This package contains the TreeCache. 
org.infinispan.util.concurrent.locks Lock and synchronization related classes, tools and utilities. 
 

Uses of LockManager in org.infinispan.container
 

Methods in org.infinispan.container with parameters of type LockManager
 void EntryFactoryImpl.injectDependencies(DataContainer dataContainer, LockManager lockManager, Configuration configuration, CacheNotifier notifier)
           
 

Uses of LockManager in org.infinispan.eviction
 

Methods in org.infinispan.eviction with parameters of type LockManager
 void EvictionManagerImpl.initialize(ScheduledExecutorService executor, Configuration configuration, DataContainer dataContainer, CacheLoaderManager cacheLoaderManager, CacheNotifier cacheNotifier, LockManager lockManager, PassivationManager passivator, InvocationContextContainer ctxContainer)
           
 

Uses of LockManager in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type LockManager
 void DeadlockDetectingInterceptor.init(TransactionTable txTable, LockManager lockManager, TransactionManager txManager, DistributionManager distributionManager)
           
 void InvocationContextInterceptor.injectLockManager(LockManager lockManager)
           
 void LockingInterceptor.setDependencies(LockManager lockManager, DataContainer dataContainer, EntryFactory entryFactory)
           
 

Uses of LockManager in org.infinispan.tree
 

Methods in org.infinispan.tree with parameters of type LockManager
static boolean TreeStructureSupport.isLocked(LockManager lockManager, Fqn fqn)
           
 

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

Classes in org.infinispan.util.concurrent.locks that implement LockManager
 class DeadlockDetectingLockManager
          Lock manager in charge with processing deadlock detections.
 class LockManagerImpl
          Handles locks for the MVCC based LockingInterceptor
 


Google Analytics

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