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

Packages that use LockManager
org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. 
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
 

Methods in org.infinispan that return LockManager
 LockManager CacheDelegate.getLockManager()
           
 LockManager AbstractDelegatingAdvancedCache.getLockManager()
           
 LockManager AdvancedCache.getLockManager()
           
 

Methods in org.infinispan with parameters of type LockManager
 void CacheDelegate.injectDependencies(EvictionManager evictionManager, InvocationContextContainer icc, CommandsFactory commandsFactory, InterceptorChain interceptorChain, Configuration configuration, CacheNotifier notifier, ComponentRegistry componentRegistry, TransactionManager transactionManager, BatchContainer batchContainer, RpcManager rpcManager, DataContainer dataContainer, StreamingMarshaller marshaller, ResponseGenerator responseGenerator, DistributionManager distributionManager, EmbeddedCacheManager cacheManager, StateTransferManager stateTransferManager, ExecutorService asyncExecutor, TransactionTable txTable, RecoveryManager recoveryManager, TransactionCoordinator txCoordinator, LockManager lockManager)
           
 

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 PassivationManagerImpl.inject(CacheLoaderManager cacheLoaderManager, CacheNotifier notifier, Configuration cfg, DataContainer container, LockManager lockManager)
           
 

Uses of LockManager in org.infinispan.interceptors
 

Methods in org.infinispan.interceptors with parameters of type LockManager
 void LockingInterceptor.setDependencies(LockManager lockManager, DataContainer dataContainer, EntryFactory entryFactory, Transport transport)
           
 

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
 


-->

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