Package | Description |
---|---|
org.infinispan.notifications.cachelistener.event |
Cache -specific listener events |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheEntryActivatedEvent<K,V>
This event subtype is passed in to any method annotated with
CacheEntryActivated . |
interface |
CacheEntryCreatedEvent<K,V>
This event subtype is passed in to any method annotated with
CacheEntryCreated . |
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 with
CacheEntryExpired . |
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 with
CacheEntryLoaded . |
interface |
CacheEntryModifiedEvent<K,V>
This event subtype is passed in to any method annotated with
CacheEntryModified
The CacheEntryModifiedEvent.getValue() method's behavior is specific to whether the callback is triggered before or after the event
in question. |
interface |
CacheEntryPassivatedEvent<K,V>
This event subtype is passed in to any method annotated with
CacheEntryPassivated . |
interface |
CacheEntryRemovedEvent<K,V>
This event subtype is passed in to any method annotated with
CacheEntryRemoved . |
interface |
CacheEntryVisitedEvent<K,V>
This event subtype is passed in to any method annotated with
CacheEntryVisited . |
interface |
TransactionCompletedEvent<K,V>
This event is passed in to any method annotated with
TransactionCompleted . |
interface |
TransactionRegisteredEvent<K,V>
This event is passed in to any method annotated with
TransactionRegistered . |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.