Uses of Interface
org.infinispan.notifications.cachemanagerlistener.event.ViewChangedEvent
Packages that use ViewChangedEvent
Package
Description
EmbeddedCacheManager-specific listener eventsA transport implementation based on JGroups.
-
Uses of ViewChangedEvent in org.infinispan.container.versioning
Methods in org.infinispan.container.versioning with parameters of type ViewChangedEvent -
Uses of ViewChangedEvent in org.infinispan.notifications.cachelistener.cluster
Methods in org.infinispan.notifications.cachelistener.cluster with parameters of type ViewChangedEvent -
Uses of ViewChangedEvent in org.infinispan.notifications.cachemanagerlistener.event
Subinterfaces of ViewChangedEvent in org.infinispan.notifications.cachemanagerlistener.eventModifier and TypeInterfaceDescriptioninterfaceThis event is passed in to any method annotated withMerged. -
Uses of ViewChangedEvent in org.infinispan.notifications.cachemanagerlistener.event.impl
Classes in org.infinispan.notifications.cachemanagerlistener.event.impl that implement ViewChangedEvent -
Uses of ViewChangedEvent in org.infinispan.reactive.publisher.impl
Methods in org.infinispan.reactive.publisher.impl with parameters of type ViewChangedEvent -
Uses of ViewChangedEvent in org.infinispan.remoting.transport.jgroups
Methods in org.infinispan.remoting.transport.jgroups with parameters of type ViewChangedEventModifier and TypeMethodDescriptionvoidJGroupsMetricsManagerImpl.onViewChanged(ViewChangedEvent event) -
Uses of ViewChangedEvent in org.infinispan.topology
Methods in org.infinispan.topology with parameters of type ViewChangedEventModifier and TypeMethodDescriptionvoidEventLoggerViewListener.handleViewChange(ViewChangedEvent event) Constructor parameters in org.infinispan.topology with type arguments of type ViewChangedEventModifierConstructorDescriptionEventLoggerViewListener(EventLogManager manager, Consumer<ViewChangedEvent> afterChange) -
Uses of ViewChangedEvent in org.infinispan.transaction.impl
Methods in org.infinispan.transaction.impl with parameters of type ViewChangedEvent -
Uses of ViewChangedEvent in org.infinispan.xsite.events
Methods in org.infinispan.xsite.events with parameters of type ViewChangedEventModifier and TypeMethodDescriptionvoidXSiteEventsManagerImpl.onViewChanged(ViewChangedEvent event)