Uses of Class
org.infinispan.notifications.cachelistener.cluster.ClusterEvent
-
Packages that use ClusterEvent Package Description org.infinispan.notifications.cachelistener Cache-specific notifications and eventing.org.infinispan.notifications.cachelistener.cluster -
-
Uses of ClusterEvent in org.infinispan.notifications.cachelistener
Method parameters in org.infinispan.notifications.cachelistener with type arguments of type ClusterEvent Modifier and Type Method Description java.util.concurrent.CompletionStage<java.lang.Void>CacheNotifierImpl. notifyClusterListeners(java.util.Collection<ClusterEvent<K,V>> events, java.util.UUID uuid) -
Uses of ClusterEvent in org.infinispan.notifications.cachelistener.cluster
Methods in org.infinispan.notifications.cachelistener.cluster that return ClusterEvent Modifier and Type Method Description static <K,V>
ClusterEvent<K,V>ClusterEvent. fromEvent(CacheEntryEvent<K,V> event)ClusterEventClusterEvent.Externalizer. readObject(java.io.ObjectInput input)Methods in org.infinispan.notifications.cachelistener.cluster that return types with arguments of type ClusterEvent Modifier and Type Method Description java.util.Set<java.lang.Class<? extends ClusterEvent>>ClusterEvent.Externalizer. getTypeClasses()Methods in org.infinispan.notifications.cachelistener.cluster with parameters of type ClusterEvent Modifier and Type Method Description voidClusterEvent.Externalizer. writeObject(java.io.ObjectOutput output, ClusterEvent object)Method parameters in org.infinispan.notifications.cachelistener.cluster with type arguments of type ClusterEvent Modifier and Type Method Description voidClusterEventManager. addEvents(Address target, java.util.UUID identifier, java.util.Collection<ClusterEvent<K,V>> events, boolean sync)Adds additional cluster events that need to be sent remotely for an event originating locally.java.util.concurrent.CompletionStage<java.lang.Void>ClusterCacheNotifier. notifyClusterListeners(java.util.Collection<ClusterEvent<K,V>> events, java.util.UUID listenerId)Method that is invoked on the node that has the given cluster listener that when registered generated the given listenerId.Constructor parameters in org.infinispan.notifications.cachelistener.cluster with type arguments of type ClusterEvent Constructor Description MultiClusterEventCommand(ByteString cacheName, java.util.Map<java.util.UUID,java.util.Collection<ClusterEvent<K,V>>> events)
-