Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.cache.impl | |
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.partitionhandling.impl | |
org.infinispan.remoting.inboundhandler | |
org.infinispan.remoting.inboundhandler.action | |
org.infinispan.security.actions | |
org.infinispan.security.impl | |
org.infinispan.util.concurrent.locks |
Lock and synchronization related classes, tools and utilities.
|
org.infinispan.util.concurrent.locks.impl |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
LockManager |
SimpleCacheImpl.getLockManager() |
LockManager |
AbstractDelegatingAdvancedCache.getLockManager() |
LockManager |
CacheImpl.getLockManager() |
Modifier and Type | Method and Description |
---|---|
void |
CacheImpl.injectDependencies(EvictionManager evictionManager,
ExpirationManager expirationManager,
InvocationContextFactory invocationContextFactory,
InvocationContextContainer icc,
CommandsFactory commandsFactory,
InterceptorChain interceptorChain,
Configuration configuration,
CacheNotifier notifier,
ComponentRegistry componentRegistry,
TransactionManager transactionManager,
BatchContainer batchContainer,
RpcManager rpcManager,
DataContainer dataContainer,
org.infinispan.commons.marshall.StreamingMarshaller marshaller,
DistributionManager distributionManager,
EmbeddedCacheManager cacheManager,
ExecutorService asyncExecutor,
TransactionTable txTable,
RecoveryManager recoveryManager,
TransactionCoordinator txCoordinator,
LockManager lockManager,
AuthorizationManager authorizationManager,
GlobalConfiguration globalCfg,
PartitionHandlingManager partitionHandlingManager,
LocalTopologyManager localTopologyManager) |
Modifier and Type | Method and Description |
---|---|
void |
CommandsFactoryImpl.setupDependencies(DataContainer container,
CacheNotifier<Object,Object> 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,
XSiteStateProvider xSiteStateProvider,
XSiteStateConsumer xSiteStateConsumer,
XSiteStateTransferManager xSiteStateTransferManager,
EntryRetriever entryRetriever,
GroupManager groupManager,
PartitionHandlingManager partitionHandlingManager,
LocalStreamManager localStreamManager,
ClusterStreamManager clusterStreamManager,
ClusteringDependentLogic clusteringDependentLogic,
ExternalizerTable externalizerTable) |
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
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusteringInterceptor.injectDependencies(CommandsFactory cf,
EntryFactory entryFactory,
LockManager lockManager,
DataContainer dataContainer,
StateTransferManager stateTransferManager)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected LockManager |
AbstractLockingInterceptor.lockManager
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractLockingInterceptor.setDependencies(LockManager lockManager,
DataContainer<Object,Object> dataContainer,
ClusteringDependentLogic cdl)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
PartitionHandlingManagerImpl.init(DistributionManager distributionManager,
LocalTopologyManager localTopologyManager,
StateTransferManager stateTransferManager,
Cache cache,
CacheNotifier notifier,
CommandsFactory commandsFactory,
Configuration configuration,
RpcManager rpcManager,
LockManager lockManager) |
Modifier and Type | Method and Description |
---|---|
void |
NonTotalOrderPerCacheInboundInvocationHandler.inject(LockManager lockManager,
ClusteringDependentLogic clusteringDependentLogic,
Configuration configuration) |
void |
NonTotalOrderTxPerCacheInboundInvocationHandler.inject(LockManager lockManager,
ClusteringDependentLogic clusteringDependentLogic,
Configuration configuration,
PendingLockManager pendingLockManager) |
Constructor and Description |
---|
LockAction(LockManager lockManager,
ClusteringDependentLogic clusteringDependentLogic) |
Modifier and Type | Method and Description |
---|---|
LockManager |
GetCacheLockManagerAction.run() |
Modifier and Type | Method and Description |
---|---|
LockManager |
SecureCacheImpl.getLockManager() |
Modifier and Type | Class and Description |
---|---|
class |
DeadlockDetectingLockManager
Lock manager in charge with processing deadlock detections.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLockManager
The default
LockManager implementation for transactional and non-transactional caches. |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.