Package | Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAdapter<T extends Event> |
Modifier and Type | Method and Description |
---|---|
void |
SingletonStore.SingletonStoreListener.cacheStarted(Event e)
Cache started, check whether the cache is the coordinator and set the singleton store's active status.
|
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
|
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.