Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.infinispan.notifications Classes and Interfaces - 76 results found.
NameDescriptionTypePackageFramework
AbstractCacheEventFilterConverterThis is a base class that should be used when implementing a CacheEventFilterConverter that provides default implementations for the CacheEventFilter.Classorg.infinispan.notifications.cachelistener.filterInfinispan
CacheEntriesEvictedThis annotation should be used on methods that need to be notified when cache entries are evicted.Classorg.infinispan.notifications.cachelistener.annotationInfinispan
CacheEntriesEvictedEventThis event subtype is passed in to any method annotated with CacheEntriesEvicted.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
CacheEntryActivatedThis annotation should be used on methods that need to be notified when a cache entry is activated.Classorg.infinispan.notifications.cachelistener.annotationInfinispan
CacheEntryActivatedEventThis event subtype is passed in to any method annotated with CacheEntryActivated.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
CacheEntryCreatedThis annotation should be used on methods that need to be notified when a cache entry is created.Classorg.infinispan.notifications.cachelistener.annotationInfinispan
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
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
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
CacheEntryInvalidatedThis annotation should be used on methods that need to be notified when a cache entry is invalidated.Classorg.infinispan.notifications.cachelistener.annotationInfinispan
CacheEntryInvalidatedEventNotifies a listener of an invalidation event.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
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
CacheEntryLoadedEventThis event subtype is passed in to any method annotated with CacheEntryLoaded.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
CacheEntryModifiedThis annotation should be used on methods that need to be notified when a cache entry has been modified.Classorg.infinispan.notifications.cachelistener.annotationInfinispan
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
CacheEntryPassivatedThis annotation should be used on methods that need to be notified when cache entries are passivated.Classorg.infinispan.notifications.cachelistener.annotationInfinispan
CacheEntryPassivatedEventThis event subtype is passed in to any method annotated with CacheEntryPassivated.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
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
CacheEntryRemovedEventThis event subtype is passed in to any method annotated with CacheEntryRemoved.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
CacheEntryVisitedThis annotation should be used on methods that need to be notified when a cache entry is visited.Classorg.infinispan.notifications.cachelistener.annotationInfinispan
CacheEntryVisitedEventThis event subtype is passed in to any method annotated with CacheEntryVisited.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
CacheEventConverterA converter that can be used to convert the value given for an event.Interfaceorg.infinispan.notifications.cachelistener.filterInfinispan
CacheEventConverterAsConverterConverter that is implemented by using the provided CacheEventConverter.Classorg.infinispan.notifications.cachelistener.filterInfinispan
CacheEventConverterAsConverter .ExternalizerClassorg.infinispan.notifications.cachelistener.filter.CacheEventConverterAsConverterInfinispan
CacheEventConverterFactoryFactory that can produce CacheEventConvertersSince:7.Interfaceorg.infinispan.notifications.cachelistener.filterInfinispan
CacheEventFilterA filter that can be used to tell if an event should be raised or not.Interfaceorg.infinispan.notifications.cachelistener.filterInfinispan
CacheEventFilterAsKeyValueFilterKeyValueFilter that is implemented by using the provided CacheEventFilter.Classorg.infinispan.notifications.cachelistener.filterInfinispan
CacheEventFilterAsKeyValueFilter .ExternalizerClassorg.infinispan.notifications.cachelistener.filter.CacheEventFilterAsKeyValueFilterInfinispan
CacheEventFilterConverterThis interface is an optimization that can be used when an event filter and converter are most efficiently used as the same object composing the filtering and conversion in the same method invocation.Interfaceorg.infinispan.notifications.cachelistener.filterInfinispan
CacheEventFilterConverterAsKeyValueFilterConverterClassorg.infinispan.notifications.cachelistener.filterInfinispan
CacheEventFilterConverterAsKeyValueFilterConverter .ExternalizerClassorg.infinispan.notifications.cachelistener.filter.CacheEventFilterConverterAsKeyValueFilterConverterInfinispan
CacheEventFilterConverterFactoryFactory that can produce CacheEventFilterConverter instances.Interfaceorg.infinispan.notifications.cachelistener.filterInfinispan
CacheEventFilterFactoryFactory that can produce CacheEventFiltersSince:7.Interfaceorg.infinispan.notifications.cachelistener.filterInfinispan
CacheStartedThis annotation should be used on methods that need to be notified when a cache is started.Classorg.infinispan.notifications.cachemanagerlistener.annotationInfinispan
CacheStartedEventThis event is passed in to any method annotated with CacheStarted.Interfaceorg.infinispan.notifications.cachemanagerlistener.eventInfinispan
CacheStoppedThis annotation should be used on methods that need to be notified when a cache is stopped.Classorg.infinispan.notifications.cachemanagerlistener.annotationInfinispan
CacheStoppedEventThis event is passed in to any method annotated with CacheStopped.Interfaceorg.infinispan.notifications.cachemanagerlistener.eventInfinispan
ClassLoaderAwareFilteringListenableInterface that enhances FilteringListenable with the possibility of specifying the ClassLoader which should be set as the context class loader for the invokedInterfaceorg.infinispan.notificationsInfinispan
ClassLoaderAwareListenableInterface that enhances Listenable with the possibility of specifying the ClassLoader which should be set as the context class loader for the invokedInterfaceorg.infinispan.notificationsInfinispan
CompositeCacheEventFilterAllows AND-composing several cache event filters.Classorg.infinispan.notifications.cachelistener.filterInfinispan
ConverterAsCacheEventConverterCacheEventConverter that implements it's conversion solely on the use of the provided ConverterSince:7.Classorg.infinispan.notifications.cachelistener.filterInfinispan
ConverterAsCacheEventConverter .ExternalizerClassorg.infinispan.notifications.cachelistener.filter.ConverterAsCacheEventConverterInfinispan
DataRehashedThis annotation should be used on methods that need to be notified when a rehash starts or ends.Classorg.infinispan.notifications.cachelistener.annotationInfinispan
DataRehashedEventAn event passed in to methods annotated with DataRehashed.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
DelegatingCacheEntryListenerInvocationA wrapper around a CacheEntryListenerInvocation that keeps a reference to the FilterIndexingServiceProvider instance that handles this invocation.Classorg.infinispan.notifications.cachelistener.filterInfinispan
EventAn interface that defines common characteristics of eventsSince:4.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
EventCommon characteristics of events that occur on a cache managerSince:4.Interfaceorg.infinispan.notifications.cachemanagerlistener.eventInfinispan
Event .TypeClassorg.infinispan.notifications.cachelistener.event.EventInfinispan
Event .TypeReturns the enum constant of this type with the specified name.Classorg.infinispan.notifications.cachemanagerlistener.event.EventInfinispan
EventTypeEnum that provides information to allow for an event to know which type and if this event was generated due to a retry usually caused by a topology change while replicating.Classorg.infinispan.notifications.cachelistener.filterInfinispan
FilterIndexingServiceProviderA service provider for filter indexing services.Interfaceorg.infinispan.notifications.cachelistener.filterInfinispan
FilteringListenableA Listable that can also filter events based on keySince:6.Interfaceorg.infinispan.notificationsInfinispan
IncorrectListenerExceptionThrown when an incorrectly annotated class is added as a cache listener using the Listenable.Classorg.infinispan.notificationsInfinispan
IndexedFilterA marker interface for filters that can be handled efficiently by a FilterIndexingServiceProvider.Interfaceorg.infinispan.notifications.cachelistener.filterInfinispan
KeyFilterAsCacheEventFilterCacheEventFilter that implements it's filtering solely on the use of the provided KeyFilterSince:7.Classorg.infinispan.notifications.cachelistener.filterInfinispan
KeyFilterAsCacheEventFilter .ExternalizerClassorg.infinispan.notifications.cachelistener.filter.KeyFilterAsCacheEventFilterInfinispan
KeyValueFilterAsCacheEventFilterCacheEventFilter that implements it's filtering solely on the use of the provided KeyValueFilterSince:7.Classorg.infinispan.notifications.cachelistener.filterInfinispan
KeyValueFilterAsCacheEventFilter .ExternalizerClassorg.infinispan.notifications.cachelistener.filter.KeyValueFilterAsCacheEventFilterInfinispan
ListenableInterface that denotes that the implementation can have listeners attached to it.Interfaceorg.infinispan.notificationsInfinispan
ListenerClass-level annotation used to annotate an object as being a valid cache listener.Classorg.infinispan.notificationsInfinispan
Listener .ObservationReturns the enum constant of this type with the specified name.Classorg.infinispan.notifications.ListenerInfinispan
MergedThis annotation should be used on methods that need to be notified when the cache is used in a cluster and the cluster topology experiences a merge event after a cluster split.Classorg.infinispan.notifications.cachemanagerlistener.annotationInfinispan
MergeEventThis event is passed in to any method annotated with Merged.Interfaceorg.infinispan.notifications.cachemanagerlistener.eventInfinispan
PartitionStatusChangedThis annotation should be used on methods that need to be notified when the AvailabilityMode in use by theClassorg.infinispan.notifications.cachelistener.annotationInfinispan
PartitionStatusChangedEventThe event passed in to methods annotated with PartitionStatusChanged.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
PostCacheEventFilterA Filter that only allows post events to be accepted.Classorg.infinispan.notifications.cachelistener.filterInfinispan
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
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
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
TransactionCompletedEventThis event is passed in to any method annotated with TransactionCompleted.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
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
TransactionRegisteredEventThis event is passed in to any method annotated with TransactionRegistered.Interfaceorg.infinispan.notifications.cachelistener.eventInfinispan
ViewChangedThis annotation should be used on methods that need to be notified when the cache is used in a cluster and the cluster topology changes (i.Classorg.infinispan.notifications.cachemanagerlistener.annotationInfinispan
ViewChangedEventThis event is passed in to any method annotated with ViewChanged.Interfaceorg.infinispan.notifications.cachemanagerlistener.eventInfinispan