Uses of Package
org.infinispan.notifications.cachelistener.annotation
-
Packages that use org.infinispan.notifications.cachelistener.annotation Package Description org.infinispan.affinity This package contains theKeyAffinityService
interfaces which allow user code to determine mapping of keys onto nodesorg.infinispan.conflict.impl This package contains implementations of the conflict resolution API.org.infinispan.container.versioning org.infinispan.globalstate.impl org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.notifications.cachelistener.cluster org.infinispan.scattered.impl org.infinispan.stream.impl org.infinispan.transaction.impl org.infinispan.xsite.statetransfer -
Classes in org.infinispan.notifications.cachelistener.annotation used by org.infinispan.affinity Class Description TopologyChanged This annotation should be used on methods that need to be notified when theConsistentHash
implementation in use by theDistributionManager
changes due to a change in cluster topology. -
Classes in org.infinispan.notifications.cachelistener.annotation used by org.infinispan.conflict.impl Class Description DataRehashed This annotation should be used on methods that need to be notified when a rehash starts or ends. -
Classes in org.infinispan.notifications.cachelistener.annotation used by org.infinispan.container.versioning Class Description TopologyChanged This annotation should be used on methods that need to be notified when theConsistentHash
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.impl Class Description CacheEntryCreated This annotation should be used on methods that need to be notified when a cache entry is created.CacheEntryRemoved 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.interceptors.impl Class Description CacheEntryActivated This annotation should be used on methods that need to be notified when a cache entry is activated.CacheEntryExpired This annotation should be used on methods that need to be notified when a cache entry is expired -
Classes in org.infinispan.notifications.cachelistener.annotation used by org.infinispan.notifications.cachelistener.cluster Class Description CacheEntryCreated This annotation should be used on methods that need to be notified when a cache entry is created.CacheEntryExpired This annotation should be used on methods that need to be notified when a cache entry is expiredCacheEntryModified This annotation should be used on methods that need to be notified when a cache entry has been modified.CacheEntryRemoved This annotation should be used on methods that need to be notified when a cache entry is removed from the cache.TransactionCompleted 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.scattered.impl Class Description TopologyChanged This annotation should be used on methods that need to be notified when theConsistentHash
implementation in use by theDistributionManager
changes due to a change in cluster topology. -
Classes in org.infinispan.notifications.cachelistener.annotation used by org.infinispan.stream.impl Class Description DataRehashed This annotation should be used on methods that need to be notified when a rehash starts or ends. -
Classes in org.infinispan.notifications.cachelistener.annotation used by org.infinispan.transaction.impl Class Description TopologyChanged This annotation should be used on methods that need to be notified when theConsistentHash
implementation in use by theDistributionManager
changes due to a change in cluster topology. -
Classes in org.infinispan.notifications.cachelistener.annotation used by org.infinispan.xsite.statetransfer Class Description TopologyChanged This annotation should be used on methods that need to be notified when theConsistentHash
implementation in use by theDistributionManager
changes due to a change in cluster topology.