Uses of Interface
org.infinispan.notifications.cachelistener.cluster.ClusterEventManager
-
Packages that use ClusterEventManager Package Description org.infinispan.notifications.cachelistener.cluster org.infinispan.notifications.cachelistener.cluster.impl -
-
Uses of ClusterEventManager in org.infinispan.notifications.cachelistener.cluster
Constructors in org.infinispan.notifications.cachelistener.cluster with parameters of type ClusterEventManager Constructor Description RemoteClusterListener(UUID id, Address origin, DistributedExecutorService distExecService, CacheNotifier cacheNotifier, CacheManagerNotifier cacheManagerNotifier, ClusterEventManager eventManager, boolean sync)
-
Uses of ClusterEventManager in org.infinispan.notifications.cachelistener.cluster.impl
Classes in org.infinispan.notifications.cachelistener.cluster.impl that implement ClusterEventManager Modifier and Type Class Description class
BatchingClusterEventManagerImpl<K,V>
class
ClusterEventManagerStub<K,V>
-