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
Classes in org.infinispan.notifications.cachelistener.cluster that implement interfaces with type arguments of type ClusterEventModifier and TypeClassDescriptionfinal classWARNING: Generated code!Methods in org.infinispan.notifications.cachelistener.cluster that return ClusterEventModifier and TypeMethodDescriptionstatic <K,V> ClusterEvent <K, V> ClusterEvent.fromEvent(CacheEntryEvent<K, V> event) ClusterEvent$___Marshaller_524fb549b0ad1eae2f8479bca9b64e396da2ecc680be65723a617851748320ad.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.notifications.cachelistener.cluster that return types with arguments of type ClusterEventModifier and TypeMethodDescriptionClusterEvent$___Marshaller_524fb549b0ad1eae2f8479bca9b64e396da2ecc680be65723a617851748320ad.getJavaClass()Methods in org.infinispan.notifications.cachelistener.cluster with parameters of type ClusterEventModifier and TypeMethodDescriptionvoidClusterEvent$___Marshaller_524fb549b0ad1eae2f8479bca9b64e396da2ecc680be65723a617851748320ad.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, ClusterEvent $2) Method parameters in org.infinispan.notifications.cachelistener.cluster with type arguments of type ClusterEventModifier and TypeMethodDescriptionvoidClusterEventManager.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 TypeMethodDescriptionvoidBatchingClusterEventManagerImpl.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)