Uses of Class
org.infinispan.notifications.cachelistener.cluster.ClusterEvent
Packages that use ClusterEvent
Package
Description
Commands that operate on the cache, either locally or remotely.
Cache
-specific notifications and eventing.-
Uses of ClusterEvent in org.infinispan.commands
Method parameters in org.infinispan.commands with type arguments of type ClusterEventModifier and TypeMethodDescription<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 ClusterEventModifier and TypeMethodDescriptionCacheNotifierImpl.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 ClusterEventModifier and TypeMethodDescriptionstatic <K,
V> ClusterEvent <K, V> ClusterEvent.fromEvent
(CacheEntryEvent<K, V> event) ClusterEvent.Externalizer.readObject
(ObjectInput input) Methods in org.infinispan.notifications.cachelistener.cluster that return types with arguments of type ClusterEventModifier and TypeMethodDescriptionSet
<Class<? extends ClusterEvent>> ClusterEvent.Externalizer.getTypeClasses()
Methods in org.infinispan.notifications.cachelistener.cluster with parameters of type ClusterEventModifier and TypeMethodDescriptionvoid
ClusterEvent.Externalizer.writeObject
(ObjectOutput output, ClusterEvent object) Method parameters in org.infinispan.notifications.cachelistener.cluster with type arguments of type ClusterEventModifier and TypeMethodDescriptionvoid
ClusterEventManager.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.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 ClusterEventModifierConstructorDescriptionMultiClusterEventCommand
(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 ClusterEventModifier and TypeMethodDescriptionvoid
BatchingClusterEventManagerImpl.addEvents
(Object batchIdentifier, Address target, UUID identifier, Collection<ClusterEvent<K, V>> events, boolean sync) void
ClusterEventManagerStub.addEvents
(Object batchIdentifier, Address target, UUID identifier, Collection<ClusterEvent<K, V>> clusterEvents, boolean sync) void
BatchingClusterEventManagerImpl.UnicastEventContext.addTargets
(Address address, UUID identifier, Collection<ClusterEvent<K, V>> events, boolean sync)