Uses of Package
org.infinispan.notifications.cachelistener.event
-
Packages that use org.infinispan.notifications.cachelistener.event Package Description org.infinispan.affinity This package contains theKeyAffinityService
interfaces which allow user code to determine mapping of keys onto nodesorg.infinispan.notifications.cachelistener.event Cache
-specific listener eventsorg.infinispan.notifications.cachelistener.filter Cache
-specific notifications and eventing filtering classes. -
Classes in org.infinispan.notifications.cachelistener.event used by org.infinispan.affinity Class Description TopologyChangedEvent The event passed in to methods annotated withTopologyChanged
. -
Classes in org.infinispan.notifications.cachelistener.event used by org.infinispan.notifications.cachelistener.event Class Description CacheEntryEvent A transactional event subtype that additionally expose a key as such events pertain to a specific cache entry.Event An interface that defines common characteristics of eventsEvent.Type TransactionalEvent An event subtype that includes a transaction context - if one exists - as well as a boolean as to whether the call originated locally or remotely. -
Classes in org.infinispan.notifications.cachelistener.event used by org.infinispan.notifications.cachelistener.filter Class Description CacheEntryEvent A transactional event subtype that additionally expose a key as such events pertain to a specific cache entry.Event An interface that defines common characteristics of eventsEvent.Type