Uses of Class
org.infinispan.notifications.cachelistener.cluster.ClusterEvent
-
Packages that use ClusterEvent Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.notifications.cachelistener Cache-specific notifications and eventing.org.infinispan.notifications.cachelistener.cluster org.infinispan.notifications.cachelistener.cluster.impl -
-
Uses of ClusterEvent in org.infinispan.commands
Method parameters in org.infinispan.commands with type arguments of type ClusterEvent Modifier and Type Method Description <K,V>
MultiClusterEventCommand<K,V>CommandsFactory. buildMultiClusterEventCommand(Map<UUID,Collection<ClusterEvent<K,V>>> events)<K,V>
MultiClusterEventCommand<K,V>CommandsFactoryImpl. buildMultiClusterEventCommand(Map<UUID,Collection<ClusterEvent<K,V>>> events) -
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 CompletionStage<Void>CacheNotifierImpl. notifyClusterListeners(Collection<ClusterEvent<K,V>> events, 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(ObjectInput input)Methods in org.infinispan.notifications.cachelistener.cluster that return types with arguments of type ClusterEvent Modifier and Type Method Description Set<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(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(Object batchIdentifier, Address target, UUID identifier, Collection<ClusterEvent<K,V>> events, boolean sync)Adds additional cluster events that need to be sent remotely for an event originating locally.CompletionStage<Void>ClusterCacheNotifier. notifyClusterListeners(Collection<ClusterEvent<K,V>> events, 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, Map<UUID,Collection<ClusterEvent<K,V>>> events) -
Uses of ClusterEvent in org.infinispan.notifications.cachelistener.cluster.impl
Method parameters in org.infinispan.notifications.cachelistener.cluster.impl with type arguments of type ClusterEvent Modifier and Type Method Description voidBatchingClusterEventManagerImpl. addEvents(Object batchIdentifier, Address target, UUID identifier, Collection<ClusterEvent<K,V>> events, boolean sync)voidClusterEventManagerStub. addEvents(Object batchIdentifier, Address target, UUID identifier, Collection<ClusterEvent<K,V>> clusterEvents, boolean sync)voidBatchingClusterEventManagerImpl.UnicastEventContext. addTargets(Address address, UUID identifier, Collection<ClusterEvent<K,V>> events, boolean sync)
-