Package | Description |
---|---|
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
org.infinispan.notifications.cachelistener.cluster | |
org.infinispan.notifications.cachemanagerlistener |
CacheManager -specific notifications and eventing. |
org.infinispan.remoting.transport.jgroups |
A transport implementation based on JGroups.
|
org.infinispan.topology | |
org.infinispan.transaction.impl |
Modifier and Type | Method and Description |
---|---|
void |
ComponentRegistry.setCacheManagerNotifier(CacheManagerNotifier cacheManagerNotifier) |
Constructor and Description |
---|
RemoteClusterListener(UUID id,
Address origin,
DistributedExecutorService distExecService,
CacheNotifier cacheNotifier,
CacheManagerNotifier cacheManagerNotifier,
ClusterEventManager eventManager,
boolean sync) |
Modifier and Type | Class and Description |
---|---|
class |
CacheManagerNotifierImpl
Global, shared notifications on the cache manager.
|
Modifier and Type | Field and Description |
---|---|
protected CacheManagerNotifier |
JGroupsTransport.notifier |
Modifier and Type | Method and Description |
---|---|
void |
JGroupsTransport.initialize(StreamingMarshaller marshaller,
CacheManagerNotifier notifier,
GlobalComponentRegistry gcr,
TimeService timeService,
InboundInvocationHandler globalHandler,
ScheduledExecutorService timeoutExecutor)
Initializes the transport with global cache configuration and transport-specific properties.
|
Modifier and Type | Method and Description |
---|---|
void |
ClusterTopologyManagerImpl.inject(Transport transport,
ExecutorService asyncTransportExecutor,
GlobalConfiguration globalConfiguration,
GlobalComponentRegistry gcr,
CacheManagerNotifier cacheManagerNotifier,
EmbeddedCacheManager cacheManager,
EventLogManager eventLogManager) |
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) |
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.