Package org.infinispan.notifications.cachelistener.cluster
-
Interface Summary Interface Description ClusterCacheNotifier<K,V> This interface describes methods required for a cluster listener to be able to be bootstrapped and properly notified when a new event has been raised from the cluster.ClusterEventManager<K,V> -
Class Summary Class Description ClusterEvent<K,V> This is an event designed for use with cluster listeners solely.ClusterEvent.Externalizer ClusterEventManagerFactory Constructs the data container.ClusterListenerRemoveCallable This DistributedCallable is used to remove registeredRemoteClusterListener
on each of the various nodes when a cluster listener is unregistered from the cache.ClusterListenerRemoveCallable.Externalizer ClusterListenerReplicateCallable<K,V> This DistributedCallable is used to install aRemoteClusterListener
on the resulting node.ClusterListenerReplicateCallable.Externalizer CorePackageImpl MultiClusterEventCommand<K,V> This command is used to send cluster events for multiple listeners on the same nodeRemoteClusterListener A listener that installed locally on each node when a cluster listener is installed on a given node.