| Package | Description |
|---|---|
| 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 | 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 © 2012 JBoss, a division of Red Hat. All Rights Reserved.