Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.infinispan.notifications.cachelistener.event Classes and Interfaces - 19 results found.
NameDescriptionTypePackageFramework
CacheEntriesEvictedEventThis event subtype is passed in to any method annotated with CacheEntriesEvicted.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
CacheEntryActivatedEventThis event subtype is passed in to any method annotated with CacheEntryActivated.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
CacheEntryCreatedEventThis event subtype is passed in to any method annotated withSince:4.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
CacheEntryEventA transactional event subtype that additionally expose a key as such events pertain to a specific cache entry.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
CacheEntryExpiredEventThis event subtype is passed in to any method annotated with The getValue() method returns the value of the entry before it expired.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
CacheEntryInvalidatedEventNotifies a listener of an invalidation event.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
CacheEntryLoadedEventThis event subtype is passed in to any method annotated with CacheEntryLoaded.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
CacheEntryModifiedEventThis event subtype is passed in to any method annotated with CacheEntryModified The getValue() method's behavior is specific to whether the callback is triggered before or after the eventInterfaceorg.infinispan.notifications.cachelistener.eventInfinispan
CacheEntryPassivatedEventThis event subtype is passed in to any method annotated with CacheEntryPassivated.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
CacheEntryRemovedEventThis event subtype is passed in to any method annotated with CacheEntryRemoved.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
CacheEntryVisitedEventThis event subtype is passed in to any method annotated with CacheEntryVisited.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
DataRehashedEventAn event passed in to methods annotated with DataRehashed.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
EventAn interface that defines common characteristics of eventsSince:4.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
Event .TypeClassorg.infinispan.notifications.cachelistener.event.EventInfinispan
PartitionStatusChangedEventThe event passed in to methods annotated with PartitionStatusChanged.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
TopologyChangedEventThe event passed in to methods annotated with TopologyChanged.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
TransactionalEventAn event subtype that includes a transaction context - if one exists - as well as a boolean as to whether the call originated locally or remotely.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
TransactionCompletedEventThis event is passed in to any method annotated with TransactionCompleted.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
TransactionRegisteredEventThis event is passed in to any method annotated with TransactionRegistered.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan