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
ConsistentHashimplementation in use by theDistributionManagerchanges 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
ConsistentHashimplementation in use by theDistributionManagerchanges 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 expired Methods annotated with this annotation should be public and take in a single parameter, a
CacheEntryExpiredEventotherwise anIncorrectListenerExceptionwill be thrown when registering your cache listener.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.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 expired Methods annotated with this annotation should be public and take in a single parameter, a
CacheEntryExpiredEventotherwise anIncorrectListenerExceptionwill be thrown when registering your cache listener.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.server.respClassDescriptionThis 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.
-
Classes in org.infinispan.notifications.cachelistener.annotation used by org.infinispan.server.resp.commands.list.blockingClassDescriptionThis 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.
-
Classes in org.infinispan.notifications.cachelistener.annotation used by org.infinispan.server.resp.commands.txClassDescriptionThis 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 expired Methods annotated with this annotation should be public and take in a single parameter, a
CacheEntryExpiredEventotherwise anIncorrectListenerExceptionwill be thrown when registering your cache listener.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.transaction.implClassDescriptionThis annotation should be used on methods that need to be notified when the
ConsistentHashimplementation in use by theDistributionManagerchanges due to a change in cluster topology.