Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.infinispan.notifications.cachelistener.annotation Classes and Interfaces - 15 results found.
NameDescriptionTypePackageFramework
CacheEntriesEvictedThis annotation should be used on methods that need to be notified when cache entries are evicted.Classorg.infinispan.notifications.cachelistener.annotationInfinispan
CacheEntryActivatedThis annotation should be used on methods that need to be notified when a cache entry is activated.Classorg.infinispan.notifications.cachelistener.annotationInfinispan
CacheEntryCreatedThis annotation should be used on methods that need to be notified when a cache entry is created.Classorg.infinispan.notifications.cachelistener.annotationInfinispan
CacheEntryExpiredThis annotation should be used on methods that need to be notified when a cache entry is expired Methods annotated with this annotation should be public and take in a single parameter, a CacheEntryExpiredEvent otherwise an IncorrectListenerException will be thrown when registering your cache listener.Classorg.infinispan.notifications.cachelistener.annotationInfinispan
CacheEntryInvalidatedThis annotation should be used on methods that need to be notified when a cache entry is invalidated.Classorg.infinispan.notifications.cachelistener.annotationInfinispan
CacheEntryLoadedThis annotation should be used on methods that need to be notified when a cache entry is loaded from a CacheLoader.Classorg.infinispan.notifications.cachelistener.annotationInfinispan
CacheEntryModifiedThis annotation should be used on methods that need to be notified when a cache entry has been modified.Classorg.infinispan.notifications.cachelistener.annotationInfinispan
CacheEntryPassivatedThis annotation should be used on methods that need to be notified when cache entries are passivated.Classorg.infinispan.notifications.cachelistener.annotationInfinispan
CacheEntryRemovedThis annotation should be used on methods that need to be notified when a cache entry is removed from the cache.Classorg.infinispan.notifications.cachelistener.annotationInfinispan
CacheEntryVisitedThis annotation should be used on methods that need to be notified when a cache entry is visited.Classorg.infinispan.notifications.cachelistener.annotationInfinispan
DataRehashedThis annotation should be used on methods that need to be notified when a rehash starts or ends.Classorg.infinispan.notifications.cachelistener.annotationInfinispan
PartitionStatusChangedThis annotation should be used on methods that need to be notified when the AvailabilityMode in use by theClassorg.infinispan.notifications.cachelistener.annotationInfinispan
TopologyChangedThis annotation should be used on methods that need to be notified when the ConsistentHash implementation in use by the DistributionManager changes due to a change in cluster topology.Classorg.infinispan.notifications.cachelistener.annotationInfinispan
TransactionCompletedThis annotation should be used on methods that need to be notified when the cache is called to participate in a transaction and the transaction completes, either with a commit or a rollback.Classorg.infinispan.notifications.cachelistener.annotationInfinispan
TransactionRegisteredThis annotation should be used on methods that need to be notified when the cache is called to participate in a transaction and registers a Synchronization with a registered TransactionManager.Classorg.infinispan.notifications.cachelistener.annotationInfinispan