Uses of Package
org.infinispan.notifications.cachemanagerlistener.annotation
-
Packages that use org.infinispan.notifications.cachemanagerlistener.annotation Package Description org.infinispan.affinity This package contains theKeyAffinityServiceinterfaces which allow user code to determine mapping of keys onto nodesorg.infinispan.container.versioning org.infinispan.notifications.cachelistener.cluster org.infinispan.reactive.publisher.impl org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.topology org.infinispan.transaction.impl -
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.reactive.publisher.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.remoting.inboundhandler 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.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).