Uses of Class
org.infinispan.notifications.cachemanagerlistener.annotation.ViewChanged
-
Packages that use ViewChanged Package Description org.infinispan.container.versioning org.infinispan.notifications.cachelistener.cluster org.infinispan.topology -
-
Uses of ViewChanged in org.infinispan.container.versioning
Methods in org.infinispan.container.versioning with annotations of type ViewChanged Modifier and Type Method Description voidNumericVersionGenerator.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 java.util.concurrent.CompletionStage<java.lang.Void>RemoteClusterListener. 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 voidClusterTopologyManagerImpl.ClusterViewListener. handleViewChange(ViewChangedEvent e)
-