Package | Description |
---|---|
org.infinispan.notifications.cachemanagerlistener.event | |
org.infinispan.persistence.support |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheStartedEvent
This event is passed in to any method annotated with
CacheStarted . |
interface |
CacheStoppedEvent
This event is passed in to any method annotated with
CacheStopped . |
interface |
MergeEvent
This event is passed in to any method annotated with
Merged . |
interface |
ViewChangedEvent
This event is passed in to any method annotated with
ViewChanged . |
Modifier and Type | Class and Description |
---|---|
class |
EventImpl
Implementation of cache manager events
|
Modifier and Type | Method and Description |
---|---|
void |
SingletonCacheWriter.SingletonStoreListener.cacheStarted(Event e)
Cache started, check whether the cache is the coordinator and set the singleton store's active status.
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.