Uses of Interface
org.infinispan.notifications.cachemanagerlistener.event.ViewChangedEvent

Packages that use ViewChangedEvent
org.infinispan.cacheviews   
org.infinispan.cdi.event.cachemanager This package contains the adapters making the bridge between Infinispan cache manager events and CDI. 
org.infinispan.container.versioning   
org.infinispan.demo Classes, programs and applications that help demonstrate how Infinispan can be used. 
org.infinispan.loaders.decorators This package contains loaders and stores, which are used for overflow or persistence. 
org.infinispan.notifications.cachemanagerlistener.event   
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 ViewChangedEvent in org.infinispan.cacheviews
 

Methods in org.infinispan.cacheviews with parameters of type ViewChangedEvent
 void CacheViewsManagerImpl.ViewListener.handleViewChange(ViewChangedEvent e)
           
 

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

Fields in org.infinispan.cdi.event.cachemanager declared as ViewChangedEvent
static ViewChangedEvent ViewChangedAdapter.EMPTY
           
 

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

Constructor parameters in org.infinispan.cdi.event.cachemanager with type arguments of type ViewChangedEvent
ViewChangedAdapter(javax.enterprise.event.Event<ViewChangedEvent> event)
           
 

Uses of ViewChangedEvent in org.infinispan.container.versioning
 

Methods in org.infinispan.container.versioning with parameters of type ViewChangedEvent
 void SimpleClusteredVersionGenerator.ViewIdUpdater.handleViewChange(ViewChangedEvent e)
           
 

Uses of ViewChangedEvent in org.infinispan.demo
 

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

Uses of ViewChangedEvent in org.infinispan.loaders.decorators
 

Methods in org.infinispan.loaders.decorators with parameters of type ViewChangedEvent
 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 ViewChangedEvent in org.infinispan.notifications.cachemanagerlistener.event
 

Subinterfaces of ViewChangedEvent in org.infinispan.notifications.cachemanagerlistener.event
 interface MergeEvent
          This event is passed in to any method annotated with Merged.
 

Classes in org.infinispan.notifications.cachemanagerlistener.event that implement ViewChangedEvent
 class EventImpl
          Implementation of cache manager events
 

Uses of ViewChangedEvent in org.infinispan.transaction
 

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

Uses of ViewChangedEvent in org.infinispan.util
 

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


-->

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