Uses of Class
org.infinispan.notifications.cachelistener.cluster.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
Modifier 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
Modifier and TypeMethodDescriptionCacheNotifierImpl.notifyClusterListeners
(Collection<ClusterEvent<K, V>> events, UUID uuid) -
Uses of ClusterEvent in org.infinispan.notifications.cachelistener.cluster
Modifier and TypeMethodDescriptionstatic <K,
V> ClusterEvent <K, V> ClusterEvent.fromEvent
(CacheEntryEvent<K, V> event) ClusterEvent.Externalizer.readObject
(ObjectInput input) Modifier and TypeMethodDescriptionSet
<Class<? extends ClusterEvent>> ClusterEvent.Externalizer.getTypeClasses()
Modifier and TypeMethodDescriptionvoid
ClusterEvent.Externalizer.writeObject
(ObjectOutput output, ClusterEvent object) Modifier 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.ModifierConstructorDescriptionMultiClusterEventCommand
(ByteString cacheName, Map<UUID, Collection<ClusterEvent<K, V>>> events) -
Uses of ClusterEvent in org.infinispan.notifications.cachelistener.cluster.impl
Modifier 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)