Uses of Interface
org.infinispan.notifications.cachemanagerlistener.event.Event
-
Packages that use Event Package Description org.infinispan.notifications.cachemanagerlistener CacheManager
-specific notifications and eventing.org.infinispan.notifications.cachemanagerlistener.event EmbeddedCacheManager
-specific listener eventsorg.infinispan.persistence.support -
-
Uses of Event in org.infinispan.notifications.cachemanagerlistener
Methods in org.infinispan.notifications.cachemanagerlistener that return types with arguments of type Event Modifier and Type Method Description org.infinispan.notifications.impl.ListenerInvocation<Event>
CacheManagerNotifierImpl.DefaultBuilder. build()
-
Uses of Event in org.infinispan.notifications.cachemanagerlistener.event
Subinterfaces of Event in org.infinispan.notifications.cachemanagerlistener.event Modifier and Type Interface Description interface
CacheStartedEvent
This event is passed in to any method annotated withCacheStarted
.interface
CacheStoppedEvent
This event is passed in to any method annotated withCacheStopped
.interface
MergeEvent
This event is passed in to any method annotated withMerged
.interface
ViewChangedEvent
This event is passed in to any method annotated withViewChanged
. -
Uses of Event in org.infinispan.persistence.support
Methods in org.infinispan.persistence.support with parameters of type Event Modifier and Type Method Description void
SingletonCacheWriter.SingletonStoreListener. cacheStarted(Event e)
Cache started, check whether the cache is the coordinator and set the singleton store's active status.
-