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.stats.wrappers | |
org.infinispan.tree |
This package contains the TreeCache.
|
org.infinispan.util.concurrent.locks |
Lock and synchronization related classes, tools and utilities.
|
Modifier and Type | Method and Description |
---|---|
LockManager |
AbstractDelegatingAdvancedCache.getLockManager() |
LockManager |
CacheImpl.getLockManager() |
LockManager |
AdvancedCache.getLockManager()
Returns the component that deals with all aspects of acquiring and
releasing locks for cache entries.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheImpl.injectDependencies(EvictionManager evictionManager,
InvocationContextFactory invocationContextFactory,
InvocationContextContainer icc,
CommandsFactory commandsFactory,
InterceptorChain interceptorChain,
Configuration configuration,
CacheNotifier notifier,
ComponentRegistry componentRegistry,
TransactionManager transactionManager,
BatchContainer batchContainer,
RpcManager rpcManager,
DataContainer dataContainer,
StreamingMarshaller marshaller,
DistributionManager distributionManager,
EmbeddedCacheManager cacheManager,
ExecutorService asyncExecutor,
TransactionTable txTable,
RecoveryManager recoveryManager,
TransactionCoordinator txCoordinator,
LockManager lockManager,
GlobalConfiguration globalCfg) |
Modifier and Type | Method and Description |
---|---|
void |
CommandsFactoryImpl.setupDependencies(DataContainer container,
CacheNotifier notifier,
Cache<Object,Object> cache,
InterceptorChain interceptorChain,
DistributionManager distributionManager,
InvocationContextFactory icf,
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,
TimeService timeService) |
Modifier and Type | Method and Description |
---|---|
void |
TxCompletionNotificationCommand.init(TransactionTable tt,
LockManager lockManager,
RecoveryManager rm,
StateTransferManager stm) |
Modifier and Type | Field and Description |
---|---|
protected LockManager |
ClusteringInterceptor.lockManager |
Modifier and Type | Method and Description |
---|---|
void |
ClusteringInterceptor.injectDependencies(CommandsFactory cf,
EntryFactory entryFactory,
LockManager lockManager,
DataContainer dataContainer,
StateTransferManager stateTransferManager) |
Modifier and Type | Field and Description |
---|---|
protected LockManager |
AbstractLockingInterceptor.lockManager |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLockingInterceptor.setDependencies(LockManager lockManager,
DataContainer dataContainer,
EntryFactory entryFactory,
ClusteringDependentLogic cdl,
Configuration configuration) |
Modifier and Type | Class and Description |
---|---|
class |
ExtendedStatisticLockManager
Takes statistic about lock acquisition.
|
class |
TopKeyLockManager
Top-key stats about locks.
|
Modifier and Type | Method and Description |
---|---|
LockManager |
ExtendedStatisticLockManager.getActual() |
Constructor and Description |
---|
ExtendedStatisticLockManager(LockManager actual,
CacheStatisticManager cacheStatisticManager,
TimeService timeService) |
TopKeyLockManager(LockManager current,
StreamSummaryContainer container) |
Modifier and Type | Method and Description |
---|---|
static boolean |
TreeStructureSupport.isLocked(LockManager lockManager,
Fqn fqn) |
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 © 2014 JBoss, a division of Red Hat. All Rights Reserved.