Uses of Class
org.infinispan.notifications.cachelistener.cluster.ClusterEvent
-
Packages that use ClusterEvent Package Description org.infinispan.notifications.cachelistener.cluster -
-
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.Constructors in org.infinispan.notifications.cachelistener.cluster with parameters of type ClusterEvent Constructor Description ClusterEventCallable(java.lang.String cacheName, java.util.UUID identifier, ClusterEvent<K,V> event)Constructor parameters in org.infinispan.notifications.cachelistener.cluster with type arguments of type ClusterEvent Constructor Description ClusterEventCallable(java.lang.String cacheName, java.util.UUID identifier, java.util.Collection<? extends ClusterEvent<K,V>> events)MultiClusterEventCallable(java.lang.String cacheName, java.util.Map<java.util.UUID,java.util.Collection<ClusterEvent<K,V>>> events)
-