Infinispan Distribution 5.2.6.Final-redhat-2

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

Packages that use ViewChangedEvent
org.infinispan.cdi.event.cachemanager This package contains the adapters making the bridge between Infinispan cache manager events and CDI. 
org.infinispan.loaders.decorators This package contains loaders and stores, which are used for overflow or persistence. 
org.infinispan.notifications.cachemanagerlistener.event   
org.infinispan.topology   
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.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.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.topology
 

Methods in org.infinispan.topology with parameters of type ViewChangedEvent
 void ClusterTopologyManagerImpl.ClusterViewListener.handleViewChange(ViewChangedEvent e)
           
 

Uses of ViewChangedEvent in org.infinispan.util
 

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


Infinispan Distribution 5.2.6.Final-redhat-2

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