Package org.infinispan.notifications.cachelistener.event
package org.infinispan.notifications.cachelistener.event
invalid reference
Cache
- Public API
-
ClassDescriptionThis event subtype is passed in to any method annotated with
CacheEntriesEvicted
.This event subtype is passed in to any method annotated withCacheEntryActivated
.This event subtype is passed in to any method annotated withCacheEntryCreated
.CacheEntryEvent<K,V> A transactional event subtype that additionally expose a key as such events pertain to a specific cache entry.This event subtype is passed in to any method annotated withCacheEntryExpired
.Notifies a listener of an invalidation event.This event subtype is passed in to any method annotated withCacheEntryLoaded
.This event subtype is passed in to any method annotated withCacheEntryModified
This event subtype is passed in to any method annotated withCacheEntryPassivated
.This event subtype is passed in to any method annotated withCacheEntryRemoved
.This event subtype is passed in to any method annotated withCacheEntryVisited
.DataRehashedEvent<K,V> An event passed in to methods annotated withDataRehashed
.Event<K,V> An interface that defines common characteristics of eventsThe event passed in to methods annotated withPartitionStatusChanged
.TopologyChangedEvent<K,V> The event passed in to methods annotated withTopologyChanged
.TransactionalEvent<K,V> 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.This event is passed in to any method annotated withTransactionCompleted
.This event is passed in to any method annotated withTransactionRegistered
.