Package org.infinispan.notifications.cachelistener.event
Cache
-specific listener events-
Interface Summary Interface Description CacheEntriesEvictedEvent<K,V> This event subtype is passed in to any method annotated withCacheEntriesEvicted
.CacheEntryActivatedEvent<K,V> This event subtype is passed in to any method annotated withCacheEntryActivated
.CacheEntryCreatedEvent<K,V> 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.CacheEntryExpiredEvent<K,V> This event subtype is passed in to any method annotated withCacheEntryExpired
.CacheEntryInvalidatedEvent<K,V> Notifies a listener of an invalidation event.CacheEntryLoadedEvent<K,V> This event subtype is passed in to any method annotated withCacheEntryLoaded
.CacheEntryModifiedEvent<K,V> This event subtype is passed in to any method annotated withCacheEntryModified
CacheEntryPassivatedEvent<K,V> This event subtype is passed in to any method annotated withCacheEntryPassivated
.CacheEntryRemovedEvent<K,V> This event subtype is passed in to any method annotated withCacheEntryRemoved
.CacheEntryVisitedEvent<K,V> 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 eventsPartitionStatusChangedEvent<K,V> The event passed in to methods annotated withPartitionStatusChanged
.PersistenceAvailabilityChangedEvent<K,V> 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.TransactionCompletedEvent<K,V> This event is passed in to any method annotated withTransactionCompleted
.TransactionRegisteredEvent<K,V> This event is passed in to any method annotated withTransactionRegistered
. -
Enum Summary Enum Description Event.Type