Uses of Package
org.infinispan.notifications.cachemanagerlistener.annotation
-
Packages that use org.infinispan.notifications.cachemanagerlistener.annotation Package Description org.infinispan.affinity This package contains theKeyAffinityService
interfaces which allow user code to determine mapping of keys onto nodesorg.infinispan.container.versioning org.infinispan.notifications.cachelistener.cluster org.infinispan.persistence.support org.infinispan.stream.impl org.infinispan.topology org.infinispan.transaction.impl org.infinispan.xsite -
Classes in org.infinispan.notifications.cachemanagerlistener.annotation used by org.infinispan.affinity Class Description 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.container.versioning Class Description 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.notifications.cachelistener.cluster Class Description 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.persistence.support Class Description 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.stream.impl Class Description 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.topology Class Description 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.transaction.impl Class Description 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.xsite Class Description CacheStopped This annotation should be used on methods that need to be notified when a cache is stopped.