|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.infinispan.notifications.cachemanagerlistener.annotation | |
---|---|
org.infinispan.affinity | |
org.infinispan.cdi.event.cachemanager | This package contains the adapters making the bridge between Infinispan cache manager events and CDI. |
org.infinispan.demo | Classes, programs and applications that help demonstrate how Infinispan can be used. |
org.infinispan.distribution | Classes relating to the distributed cache mode. |
org.infinispan.loaders.decorators | This package contains loaders and stores, which are used for overflow or persistence. |
org.infinispan.transaction | JTA transaction support. |
org.infinispan.util | General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. |
Classes in org.infinispan.notifications.cachemanagerlistener.annotation used by org.infinispan.affinity | |
---|---|
CacheStopped
This annotation should be used on methods that need to be notified when a cache is stopped. |
Classes in org.infinispan.notifications.cachemanagerlistener.annotation used by org.infinispan.cdi.event.cachemanager | |
---|---|
CacheStarted
This annotation should be used on methods that need to be notified when a cache is started. |
|
CacheStopped
This annotation should be used on methods that need to be notified when a cache is stopped. |
|
ViewChanged
This annotation should be used on methods that need to be notified when the cache is used in a cluster and the cluster topology changes (i.e., a member joins or leaves the cluster). |
Classes in org.infinispan.notifications.cachemanagerlistener.annotation used by org.infinispan.demo | |
---|---|
Merged
This annotation should be used on methods that need to be notified when the cache is used in a cluster and the cluster topology experiences a merge event after a cluster split. |
|
ViewChanged
This annotation should be used on methods that need to be notified when the cache is used in a cluster and the cluster topology changes (i.e., a member joins or leaves the cluster). |
Classes in org.infinispan.notifications.cachemanagerlistener.annotation used by org.infinispan.distribution | |
---|---|
Merged
This annotation should be used on methods that need to be notified when the cache is used in a cluster and the cluster topology experiences a merge event after a cluster split. |
|
ViewChanged
This annotation should be used on methods that need to be notified when the cache is used in a cluster and the cluster topology changes (i.e., a member joins or leaves the cluster). |
Classes in org.infinispan.notifications.cachemanagerlistener.annotation used by org.infinispan.loaders.decorators | |
---|---|
CacheStarted
This annotation should be used on methods that need to be notified when a cache is started. |
|
ViewChanged
This annotation should be used on methods that need to be notified when the cache is used in a cluster and the cluster topology changes (i.e., a member joins or leaves the cluster). |
Classes in org.infinispan.notifications.cachemanagerlistener.annotation used by org.infinispan.transaction | |
---|---|
ViewChanged
This annotation should be used on methods that need to be notified when the cache is used in a cluster and the cluster topology changes (i.e., a member joins or leaves the cluster). |
Classes in org.infinispan.notifications.cachemanagerlistener.annotation used by org.infinispan.util | |
---|---|
ViewChanged
This annotation should be used on methods that need to be notified when the cache is used in a cluster and the cluster topology changes (i.e., a member joins or leaves the cluster). |
|
--> |