Uses of Class
org.infinispan.notifications.cachemanagerlistener.annotation.ViewChanged

Packages that use ViewChanged
org.infinispan.cdi.event.cachemanager This package contains the adapters making the bridge between Infinispan cache manager events and CDI. 
org.infinispan.demo Classes, programs and applications that help demonstrate how Infinispan can be used. 
org.infinispan.distribution Classes relating to the distributed cache mode. 
org.infinispan.loaders.decorators This package contains loaders and stores, which are used for overflow or persistence. 
org.infinispan.transaction JTA transaction support. 
org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. 
 

Uses of ViewChanged in org.infinispan.cdi.event.cachemanager
 

Methods in org.infinispan.cdi.event.cachemanager with annotations of type ViewChanged
 void ViewChangedAdapter.fire(ViewChangedEvent payload)
           
 

Uses of ViewChanged in org.infinispan.demo
 

Methods in org.infinispan.demo with annotations of type ViewChanged
 void InfinispanDemo.CacheListener.viewChangeEvent(ViewChangedEvent e)
           
 

Uses of ViewChanged in org.infinispan.distribution
 

Methods in org.infinispan.distribution with annotations of type ViewChanged
 void DistributionManagerImpl.ViewChangeListener.handleViewChange(ViewChangedEvent e)
           
 

Uses of ViewChanged in org.infinispan.loaders.decorators
 

Methods in org.infinispan.loaders.decorators with annotations of type ViewChanged
 void SingletonStore.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.transaction
 

Methods in org.infinispan.transaction with annotations of type ViewChanged
 void TransactionTable.StaleTransactionCleanup.onViewChange(ViewChangedEvent vce)
          Roll back remote transactions originating on nodes that have left the cluster.
 

Uses of ViewChanged in org.infinispan.util
 

Methods in org.infinispan.util with annotations of type ViewChanged
 void ClusterIdGenerator.RankCalculator.calculateRank(ViewChangedEvent e)
           
 


-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.