Uses of Class
org.infinispan.notifications.cachemanagerlistener.annotation.ViewChanged
-
-
Uses of ViewChanged in org.infinispan.container.versioning
Methods in org.infinispan.container.versioning with annotations of type ViewChanged Modifier and Type Method Description void
NumericVersionGenerator.RankCalculator. calculateRank(ViewChangedEvent e)
-
Uses of ViewChanged in org.infinispan.notifications.cachelistener.cluster
Methods in org.infinispan.notifications.cachelistener.cluster with annotations of type ViewChanged Modifier and Type Method Description void
RemoteClusterListener. viewChange(ViewChangedEvent event)
-
Uses of ViewChanged in org.infinispan.persistence.support
Methods in org.infinispan.persistence.support with annotations of type ViewChanged 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 ViewChanged in org.infinispan.stream.impl
Methods in org.infinispan.stream.impl with annotations of type ViewChanged Modifier and Type Method Description void
IteratorHandler. viewChange(ViewChangedEvent event)
-
Uses of ViewChanged in org.infinispan.topology
Methods in org.infinispan.topology with annotations of type ViewChanged Modifier and Type Method Description void
ClusterTopologyManagerImpl.ClusterViewListener. handleViewChange(ViewChangedEvent e)
-
Uses of ViewChanged in org.infinispan.transaction.impl
Methods in org.infinispan.transaction.impl with annotations of type ViewChanged Modifier and Type Method Description void
TransactionTable. onViewChange(ViewChangedEvent e)
-