|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LockManager | |
---|---|
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. |
Uses of LockManager in org.infinispan |
---|
Methods in org.infinispan that return LockManager | |
---|---|
LockManager |
AdvancedCache.getLockManager()
Returns the component that deals with all aspects of acquiring and releasing locks for cache entries. |
LockManager |
AbstractDelegatingAdvancedCache.getLockManager()
|
LockManager |
CacheImpl.getLockManager()
|
Methods in org.infinispan with parameters of type LockManager | |
---|---|
void |
CacheImpl.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,
ExecutorService asyncExecutor,
TransactionTable txTable,
RecoveryManager recoveryManager,
TransactionCoordinator txCoordinator,
LockManager lockManager,
GlobalConfiguration globalCfg)
|
Uses of LockManager in org.infinispan.commands |
---|
Methods in org.infinispan.commands with parameters of type LockManager | |
---|---|
void |
CommandsFactoryImpl.setupDependencies(DataContainer container,
CacheNotifier notifier,
Cache<Object,Object> cache,
InterceptorChain interceptorChain,
DistributionManager distributionManager,
InvocationContextContainer icc,
TransactionTable txTable,
Configuration configuration,
Map<Byte,ModuleCommandInitializer> moduleCommandInitializers,
RecoveryManager recoveryManager,
StateProvider stateProvider,
StateConsumer stateConsumer,
LockManager lockManager,
InternalEntryFactory entryFactory,
MapReduceManager mapReduceManager,
StateTransferManager stm,
BackupSender backupSender,
CancellationService cancellationService)
|
Uses of LockManager in org.infinispan.commands.remote.recovery |
---|
Methods in org.infinispan.commands.remote.recovery with parameters of type LockManager | |
---|---|
void |
TxCompletionNotificationCommand.init(TransactionTable tt,
LockManager lockManager,
RecoveryManager rm,
StateTransferManager stm)
|
Uses of LockManager in org.infinispan.interceptors |
---|
Fields in org.infinispan.interceptors declared as LockManager | |
---|---|
protected LockManager |
ClusteringInterceptor.lockManager
|
Methods in org.infinispan.interceptors with parameters of type LockManager | |
---|---|
void |
ClusteringInterceptor.injectDependencies(CommandsFactory cf,
EntryFactory entryFactory,
LockManager lockManager,
DataContainer dataContainer,
StateTransferManager stateTransferManager)
|
Uses of LockManager in org.infinispan.interceptors.distribution |
---|
Methods in org.infinispan.interceptors.distribution with parameters of type LockManager | |
---|---|
void |
L1NonTxInterceptor.init(L1Manager l1Manager,
ClusteringDependentLogic cdl,
LockManager lockManager,
EntryFactory entryFactory,
CommandsFactory cf)
|
Uses of LockManager in org.infinispan.interceptors.locking |
---|
Methods in org.infinispan.interceptors.locking with parameters of type LockManager | |
---|---|
void |
AbstractLockingInterceptor.setDependencies(LockManager lockManager,
DataContainer dataContainer,
EntryFactory entryFactory,
ClusteringDependentLogic cll)
|
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 |
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |