Uses of Interface
org.infinispan.notifications.cachelistener.event.Event
-
Packages that use Event Package Description org.infinispan.notifications.cachelistener.event Cache
-specific listener eventsorg.infinispan.notifications.cachelistener.filter Cache
-specific notifications and eventing filtering classes. -
-
Uses of Event in org.infinispan.notifications.cachelistener.event
Subinterfaces of Event in org.infinispan.notifications.cachelistener.event Modifier and Type Interface Description interface
CacheEntriesEvictedEvent<K,V>
This event subtype is passed in to any method annotated withCacheEntriesEvicted
.interface
CacheEntryActivatedEvent<K,V>
This event subtype is passed in to any method annotated withCacheEntryActivated
.interface
CacheEntryCreatedEvent<K,V>
This event subtype is passed in to any method annotated withCacheEntryCreated
.interface
CacheEntryEvent<K,V>
A transactional event subtype that additionally expose a key as such events pertain to a specific cache entry.interface
CacheEntryExpiredEvent<K,V>
This event subtype is passed in to any method annotated withCacheEntryExpired
.interface
CacheEntryInvalidatedEvent<K,V>
Notifies a listener of an invalidation event.interface
CacheEntryLoadedEvent<K,V>
This event subtype is passed in to any method annotated withCacheEntryLoaded
.interface
CacheEntryModifiedEvent<K,V>
This event subtype is passed in to any method annotated withCacheEntryModified
interface
CacheEntryPassivatedEvent<K,V>
This event subtype is passed in to any method annotated withCacheEntryPassivated
.interface
CacheEntryRemovedEvent<K,V>
This event subtype is passed in to any method annotated withCacheEntryRemoved
.interface
CacheEntryVisitedEvent<K,V>
This event subtype is passed in to any method annotated withCacheEntryVisited
.interface
DataRehashedEvent<K,V>
An event passed in to methods annotated withDataRehashed
.interface
PartitionStatusChangedEvent<K,V>
The event passed in to methods annotated withPartitionStatusChanged
.interface
PersistenceAvailabilityChangedEvent<K,V>
interface
TopologyChangedEvent<K,V>
The event passed in to methods annotated withTopologyChanged
.interface
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.interface
TransactionCompletedEvent<K,V>
This event is passed in to any method annotated withTransactionCompleted
.interface
TransactionRegisteredEvent<K,V>
This event is passed in to any method annotated withTransactionRegistered
. -
Uses of Event in org.infinispan.notifications.cachelistener.filter
Methods in org.infinispan.notifications.cachelistener.filter with parameters of type Event Modifier and Type Method Description CompletionStage<Void>
DelegatingCacheEntryListenerInvocation. invoke(Event<K,V> event)
-