Package | Description |
---|---|
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.locking | |
org.infinispan.util.concurrent.locks |
Lock and synchronization related classes, tools and utilities.
|
Modifier and Type | Method and Description |
---|---|
LockManager |
CacheImpl.getLockManager() |
LockManager |
AdvancedCache.getLockManager()
Returns the component that deals with all aspects of acquiring and
releasing locks for cache entries.
|
LockManager |
AbstractDelegatingCacheImpl.getLockManager() |
LockManager |
AbstractDelegatingAdvancedCache.getLockManager() |
Modifier and Type | Method and Description |
---|---|
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,
StateTransferManager stateTransferManager,
ExecutorService asyncExecutor,
TransactionTable txTable,
RecoveryManager recoveryManager,
TransactionCoordinator txCoordinator,
LockManager lockManager) |
Modifier and Type | Method and Description |
---|---|
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,
StateTransferManager stateTransferManager,
LockManager lockManager,
InternalEntryFactory entryFactory) |
Modifier and Type | Method and Description |
---|---|
void |
TxCompletionNotificationCommand.init(TransactionTable tt,
LockManager lockManager,
RecoveryManager rm) |
Modifier and Type | Method and Description |
---|---|
void |
DistributionInterceptor.injectDependencies(DistributionManager distributionManager,
StateTransferLock stateTransferLock,
CommandsFactory cf,
DataContainer dataContainer,
EntryFactory entryFactory,
L1Manager l1Manager,
LockManager lockManager) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLockingInterceptor.setDependencies(LockManager lockManager,
DataContainer dataContainer,
EntryFactory entryFactory,
ClusteringDependentLogic cll) |
Modifier and Type | Class and Description |
---|---|
class |
DeadlockDetectingLockManager
Lock manager in charge with processing deadlock detections.
|
class |
LockManagerImpl
Handles locks for the MVCC based LockingInterceptor
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.