Cache
-specific listener eventsSee: Description
Interface | Description |
---|---|
CacheEntriesEvictedEvent<K,V> |
This event subtype is passed in to any method annotated with
CacheEntriesEvicted . |
CacheEntryActivatedEvent<K,V> |
This event subtype is passed in to any method annotated with
CacheEntryActivated . |
CacheEntryCreatedEvent<K,V> |
This event subtype is passed in to any method annotated with
CacheEntryCreated . |
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 with
CacheEntryExpired . |
CacheEntryInvalidatedEvent<K,V> |
Notifies a listener of an invalidation event.
|
CacheEntryLoadedEvent<K,V> |
This event subtype is passed in to any method annotated with
CacheEntryLoaded . |
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. |
CacheEntryPassivatedEvent<K,V> |
This event subtype is passed in to any method annotated with
CacheEntryPassivated . |
CacheEntryRemovedEvent<K,V> |
This event subtype is passed in to any method annotated with
CacheEntryRemoved . |
CacheEntryVisitedEvent<K,V> |
This event subtype is passed in to any method annotated with
CacheEntryVisited . |
DataRehashedEvent<K,V> |
An event passed in to methods annotated with
DataRehashed . |
Event<K,V> |
An interface that defines common characteristics of events
|
PartitionStatusChangedEvent<K,V> |
The event passed in to methods annotated with
PartitionStatusChanged . |
PersistenceAvailabilityChangedEvent<K,V> | |
TopologyChangedEvent<K,V> |
The event passed in to methods annotated with
TopologyChanged . |
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 with
TransactionCompleted . |
TransactionRegisteredEvent<K,V> |
This event is passed in to any method annotated with
TransactionRegistered . |
Enum | Description |
---|---|
Event.Type |
Cache
-specific listener eventsCopyright © 2021 JBoss by Red Hat. All rights reserved.