Uses of Interface
org.infinispan.notifications.cachemanagerlistener.event.ViewChangedEvent
-
Packages that use ViewChangedEvent Package Description org.infinispan.container.versioning org.infinispan.notifications.cachelistener.cluster org.infinispan.notifications.cachemanagerlistener.event EmbeddedCacheManager
-specific listener eventsorg.infinispan.persistence.support org.infinispan.topology -
-
Uses of ViewChangedEvent in org.infinispan.container.versioning
Methods in org.infinispan.container.versioning with parameters of type ViewChangedEvent Modifier and Type Method Description void
NumericVersionGenerator.RankCalculator. calculateRank(ViewChangedEvent e)
-
Uses of ViewChangedEvent in org.infinispan.notifications.cachelistener.cluster
Methods in org.infinispan.notifications.cachelistener.cluster with parameters of type ViewChangedEvent Modifier and Type Method Description void
RemoteClusterListener. viewChange(ViewChangedEvent event)
-
Uses of ViewChangedEvent in org.infinispan.notifications.cachemanagerlistener.event
Subinterfaces of ViewChangedEvent in org.infinispan.notifications.cachemanagerlistener.event Modifier and Type Interface Description interface
MergeEvent
This event is passed in to any method annotated withMerged
. -
Uses of ViewChangedEvent in org.infinispan.persistence.support
Methods in org.infinispan.persistence.support with parameters of type ViewChangedEvent Modifier and Type Method Description void
SingletonCacheWriter.SingletonStoreListener. viewChange(ViewChangedEvent event)
The cluster formation changed, so determine whether the current cache stopped being the coordinator or became the coordinator. -
Uses of ViewChangedEvent in org.infinispan.topology
Methods in org.infinispan.topology with parameters of type ViewChangedEvent Modifier and Type Method Description void
ClusterTopologyManagerImpl.ClusterViewListener. handleViewChange(ViewChangedEvent e)
-