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 nodes -
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.