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 | Field and Description |
---|---|
protected ClusteringDependentLogic |
DefaultExecutorService.clusterDependentLogic |
Modifier and Type | Field and Description |
---|---|
protected ClusteringDependentLogic |
MapReduceTask.clusteringDependentLogic
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
MapReduceManagerImpl.init(EmbeddedCacheManager cacheManager,
PersistenceManager persistenceManager,
ExecutorService asyncTransportExecutor,
ClusteringDependentLogic cdl,
TimeService timeService,
Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
GroupManagerImpl.injectDependencies(ClusteringDependentLogic clusteringDependentLogic) |
Modifier and Type | Method and Description |
---|---|
void |
ActivationManagerImpl.inject(PersistenceManager clm,
Configuration cfg,
ClusteringDependentLogic cdl) |
Modifier and Type | Field and Description |
---|---|
protected ClusteringDependentLogic |
EntryWrappingInterceptor.cdl
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
EntryWrappingInterceptor.init(EntryFactory entryFactory,
DataContainer<Object,Object> dataContainer,
ClusteringDependentLogic cdl,
CommandsFactory commandFactory,
StateConsumer stateConsumer,
StateTransferLock stateTransferLock,
XSiteStateConsumer xSiteStateConsumer,
GroupManager groupManager)
Deprecated.
|
void |
DistCacheWriterInterceptor.inject(DistributionManager dm,
Transport transport,
ClusteringDependentLogic cdl)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected ClusteringDependentLogic |
L1NonTxInterceptor.cdl
Deprecated.
|
protected ClusteringDependentLogic |
BaseDistributionInterceptor.cdl
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
L1LastChanceInterceptor.init(L1Manager l1Manager,
ClusteringDependentLogic cdl,
Configuration configuration)
Deprecated.
|
void |
L1NonTxInterceptor.init(L1Manager l1Manager,
ClusteringDependentLogic cdl,
EntryFactory entryFactory,
DataContainer dataContainer,
Configuration config,
StateTransferLock stateTransferLock,
CommandsFactory commandsFactory)
Deprecated.
|
void |
BaseDistributionInterceptor.injectDependencies(DistributionManager distributionManager,
ClusteringDependentLogic cdl,
RemoteValueRetrievedListener rvrl,
GroupManager groupManager)
Deprecated.
|
Constructor and Description |
---|
L1WriteSynchronizer(DataContainer dc,
long l1Lifespan,
StateTransferLock stateTransferLock,
ClusteringDependentLogic cdl) |
Modifier and Type | Class and Description |
---|---|
static class |
ClusteringDependentLogic.AbstractClusteringDependentLogic |
static class |
ClusteringDependentLogic.DistributionLogic
This logic is used in distributed mode caches.
|
static class |
ClusteringDependentLogic.InvalidationLogic
This logic is used in invalidation mode caches.
|
static class |
ClusteringDependentLogic.LocalLogic
This logic is used in local mode caches.
|
static class |
ClusteringDependentLogic.ReplicationLogic
This logic is used in replicated mode caches.
|
Modifier and Type | Field and Description |
---|---|
protected ClusteringDependentLogic |
AbstractLockingInterceptor.cdl
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 |
TotalOrderInterceptor.inject(TransactionTable transactionTable,
TotalOrderManager totalOrderManager,
ClusteringDependentLogic clusteringDependentLogic,
BlockingTaskAwareExecutorService executorService)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
NonTransactionalBackupInterceptor.injectDependencies(CommandsFactory commandsFactory,
ClusteringDependentLogic clusteringDependentLogic) |
Constructor and Description |
---|
PrimaryOwnerFilter(ClusteringDependentLogic cdl) |
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 |
---|
BaseLockingAction(ClusteringDependentLogic clusteringDependentLogic) |
LockAction(LockManager lockManager,
ClusteringDependentLogic clusteringDependentLogic) |
PendingTxAction(PendingLockManager pendingLockManager,
ClusteringDependentLogic clusteringDependentLogic) |
Modifier and Type | Field and Description |
---|---|
protected ClusteringDependentLogic |
TransactionTable.clusteringLogic |
Modifier and Type | Method and Description |
---|---|
void |
TransactionTable.initialize(RpcManager rpcManager,
Configuration configuration,
InvocationContextFactory icf,
CacheNotifier notifier,
TransactionFactory gtf,
TransactionCoordinator txCoordinator,
TransactionSynchronizationRegistry transactionSynchronizationRegistry,
CommandsFactory commandsFactory,
ClusteringDependentLogic clusteringDependentLogic,
Cache cache,
TimeService timeService,
CacheManagerNotifier cacheManagerNotifier,
PartitionHandlingManager partitionHandlingManager,
ScheduledExecutorService timeoutExecutor) |
Constructor and Description |
---|
AbstractEnlistmentAdapter(CacheTransaction cacheTransaction,
CommandsFactory commandsFactory,
RpcManager rpcManager,
TransactionTable txTable,
ClusteringDependentLogic clusteringLogic,
Configuration configuration,
TransactionCoordinator txCoordinator,
PartitionHandlingManager partitionHandlingManager) |
AbstractEnlistmentAdapter(CommandsFactory commandsFactory,
RpcManager rpcManager,
TransactionTable txTable,
ClusteringDependentLogic clusteringLogic,
Configuration configuration,
TransactionCoordinator txCoordinator,
PartitionHandlingManager partitionHandlingManager) |
Constructor and Description |
---|
SynchronizationAdapter(LocalTransaction localTransaction,
TransactionCoordinator txCoordinator,
CommandsFactory commandsFactory,
RpcManager rpcManager,
TransactionTable transactionTable,
ClusteringDependentLogic clusteringLogic,
Configuration configuration,
PartitionHandlingManager partitionHandlingManager) |
Constructor and Description |
---|
TransactionXaAdapter(LocalXaTransaction localTransaction,
TransactionTable txTable,
RecoveryManager rm,
TransactionCoordinator txCoordinator,
CommandsFactory commandsFactory,
RpcManager rpcManager,
ClusteringDependentLogic clusteringDependentLogic,
Configuration configuration,
String cacheName,
PartitionHandlingManager partitionHandlingManager) |
TransactionXaAdapter(TransactionTable txTable,
RecoveryManager rm,
TransactionCoordinator txCoordinator,
CommandsFactory commandsFactory,
RpcManager rpcManager,
ClusteringDependentLogic clusteringDependentLogic,
Configuration configuration,
String cacheName,
PartitionHandlingManager partitionHandlingManager) |
Modifier and Type | Method and Description |
---|---|
static LockUtil.LockOwnership |
LockUtil.getLockOwnership(Object key,
ClusteringDependentLogic clusteringDependentLogic)
It filters the
key by lock ownership. |
Modifier and Type | Method and Description |
---|---|
void |
XSiteStateProviderImpl.inject(DataContainer dataContainer,
PersistenceManager persistenceManager,
RpcManager rpcManager,
ClusteringDependentLogic clusteringDependentLogic,
CommandsFactory commandsFactory,
ExecutorService executorService,
Configuration configuration,
XSiteStateTransferManager xSiteStateTransferManager,
StateTransferLock stateTransferLock) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.