Package | Description |
---|---|
org.infinispan.cdi.event.cache |
This package contains the adapters making the bridge between Infinispan cache events and CDI.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheEntriesEvictedAdapter<K,V>
Event bridge for
CacheEntriesEvicted . |
class |
CacheEntryActivatedAdapter<K,V>
Event bridge for
CacheEntryActivated . |
class |
CacheEntryCreatedAdapter<K,V>
Event bridge for
CacheEntryCreated . |
class |
CacheEntryExpiredAdapter<K,V>
Event bridge for
CacheEntryExpired . |
class |
CacheEntryInvalidatedAdapter<K,V>
Event bridge for
CacheEntryInvalidated . |
class |
CacheEntryLoadedAdapter<K,V>
Event bridge for
CacheEntryLoaded . |
class |
CacheEntryModifiedAdapter<K,V>
Event bridge for
CacheEntryModified . |
class |
CacheEntryPassivatedAdapter<K,V>
Event bridge for
CacheEntryPassivated . |
class |
CacheEntryRemovedAdapter<K,V>
Event bridge for
CacheEntryRemoved . |
class |
CacheEntryVisitedAdapter<K,V>
Event bridge for
CacheEntryVisited . |
class |
DataRehashedAdapter<K,V>
Event bridge for
DataRehashed . |
class |
TopologyChangedAdapter<K,V> |
class |
TransactionCompletedAdapter<K,V>
Event bridge for
TransactionCompleted . |
class |
TransactionRegisteredAdapter<K,V>
Event bridge for
TransactionRegistered . |
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.