Uses of Package
org.infinispan.notifications.cachelistener.annotation
Packages that use org.infinispan.notifications.cachelistener.annotation
Package
Description
This package contains the
KeyAffinityService
interfaces which allow user code to determine mapping of keys onto nodes-
Classes in org.infinispan.notifications.cachelistener.annotation used by org.infinispan.affinityClassDescriptionThis annotation should be used on methods that need to be notified when the
ConsistentHash
implementation in use by theDistributionManager
changes due to a change in cluster topology. -
Classes in org.infinispan.notifications.cachelistener.annotation used by org.infinispan.container.versioningClassDescriptionThis annotation should be used on methods that need to be notified when the
ConsistentHash
implementation in use by theDistributionManager
changes due to a change in cluster topology. -
Classes in org.infinispan.notifications.cachelistener.annotation used by org.infinispan.globalstate.implClassDescriptionThis annotation should be used on methods that need to be notified when a cache entry is created.This annotation should be used on methods that need to be notified when a cache entry has been modified.This annotation should be used on methods that need to be notified when a cache entry is removed from the cache.
-
Classes in org.infinispan.notifications.cachelistener.annotation used by org.infinispan.notifications.cachelistener.clusterClassDescriptionThis annotation should be used on methods that need to be notified when a cache entry is created.This annotation should be used on methods that need to be notified when a cache entry is expiredThis annotation should be used on methods that need to be notified when a cache entry has been modified.This annotation should be used on methods that need to be notified when a cache entry is removed from the cache.This annotation should be used on methods that need to be notified when the cache is called to participate in a transaction and the transaction completes, either with a commit or a rollback.
-
Classes in org.infinispan.notifications.cachelistener.annotation used by org.infinispan.rest.resourcesClassDescriptionThis annotation should be used on methods that need to be notified when a cache entry is created.This annotation should be used on methods that need to be notified when a cache entry is expiredThis annotation should be used on methods that need to be notified when a cache entry has been modified.This annotation should be used on methods that need to be notified when a cache entry is removed from the cache.
-
Classes in org.infinispan.notifications.cachelistener.annotation used by org.infinispan.transaction.implClassDescriptionThis annotation should be used on methods that need to be notified when the
ConsistentHash
implementation in use by theDistributionManager
changes due to a change in cluster topology.