Uses of Interface
org.infinispan.notifications.cachemanagerlistener.CacheManagerNotifier
-
Packages that use CacheManagerNotifier Package Description org.infinispan.cache.impl 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.xsite -
-
Uses of CacheManagerNotifier in org.infinispan.cache.impl
Fields in org.infinispan.cache.impl declared as CacheManagerNotifier Modifier and Type Field Description protected CacheManagerNotifier
CacheImpl. cacheManagerNotifier
-
Uses of CacheManagerNotifier in org.infinispan.notifications.cachelistener.cluster
Constructors in org.infinispan.notifications.cachelistener.cluster with parameters of type CacheManagerNotifier Constructor Description RemoteClusterListener(UUID id, Address origin, DistributedExecutorService distExecService, CacheNotifier cacheNotifier, CacheManagerNotifier cacheManagerNotifier, ClusterEventManager eventManager, boolean sync)
-
Uses of CacheManagerNotifier in org.infinispan.notifications.cachemanagerlistener
Classes in org.infinispan.notifications.cachemanagerlistener that implement CacheManagerNotifier Modifier and Type Class Description class
CacheManagerNotifierImpl
Global, shared notifications on the cache manager. -
Uses of CacheManagerNotifier in org.infinispan.remoting.transport.jgroups
Fields in org.infinispan.remoting.transport.jgroups declared as CacheManagerNotifier Modifier and Type Field Description protected CacheManagerNotifier
JGroupsTransport. notifier
-
Uses of CacheManagerNotifier in org.infinispan.xsite
Fields in org.infinispan.xsite declared as CacheManagerNotifier Modifier and Type Field Description CacheManagerNotifier
BackupReceiverRepositoryImpl. cacheManagerNotifier
-