| Package | Description |
|---|---|
| org.infinispan.cdi.event.cachemanager |
This package contains the adapters making the bridge between Infinispan cache manager events and CDI.
|
| org.infinispan.notifications.cachemanagerlistener |
CacheManager-specific notifications and eventing. |
| org.infinispan.notifications.cachemanagerlistener.event |
EmbeddedCacheManager-specific listener events |
| org.infinispan.notifications.cachemanagerlistener.event.impl | |
| org.infinispan.persistence.support |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAdapter<T extends Event> |
| Modifier and Type | Method and Description |
|---|---|
ListenerInvocation<Event> |
CacheManagerNotifierImpl.DefaultBuilder.build() |
| 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 © 2024 JBoss, a division of Red Hat. All rights reserved.