Uses of Class
org.infinispan.notifications.Listener
-
-
Uses of Listener in org.infinispan.affinity
Classes in org.infinispan.affinity with annotations of type Listener Modifier and Type Class Description class
ListenerRegistration
Used for registering various cache notifications. -
Uses of Listener in org.infinispan.conflict.impl
Classes in org.infinispan.conflict.impl with annotations of type Listener Modifier and Type Class Description class
StateReceiverImpl<K,V>
-
Uses of Listener in org.infinispan.container.versioning
Classes in org.infinispan.container.versioning with annotations of type Listener Modifier and Type Class Description class
NumericVersionGenerator.RankCalculator
class
SimpleClusteredVersionGenerator.TopologyIdUpdater
-
Uses of Listener in org.infinispan.globalstate.impl
Classes in org.infinispan.globalstate.impl with annotations of type Listener Modifier and Type Class Description class
GlobalConfigurationStateListener
Listens to events on the global state cache and manages cache configuration creation / removal accordingly -
Uses of Listener in org.infinispan.interceptors.impl
Classes in org.infinispan.interceptors.impl with annotations of type Listener Modifier and Type Class Description static class
GroupingInterceptor.KeyListener
class
TransactionalExceptionEvictionInterceptor
Interceptor that prevents the cache from inserting too many entries over a configured maximum amount. -
Uses of Listener in org.infinispan.notifications.cachelistener
Methods in org.infinispan.notifications.cachelistener with parameters of type Listener Modifier and Type Method Description protected Map<Class<? extends Annotation>,Class<?>>
CacheNotifierImpl. getAllowedMethodAnnotations(Listener l)
-
Uses of Listener in org.infinispan.notifications.cachelistener.cluster
Classes in org.infinispan.notifications.cachelistener.cluster with annotations of type Listener Modifier and Type Class Description class
RemoteClusterListener
A listener that installed locally on each node when a cluster listener is installed on a given node. -
Uses of Listener in org.infinispan.notifications.cachemanagerlistener
Methods in org.infinispan.notifications.cachemanagerlistener with parameters of type Listener Modifier and Type Method Description protected Map<Class<? extends Annotation>,Class<?>>
CacheManagerNotifierImpl. getAllowedMethodAnnotations(Listener l)
-
Uses of Listener in org.infinispan.notifications.impl
Methods in org.infinispan.notifications.impl that return Listener Modifier and Type Method Description protected static Listener
AbstractListenerImpl. testListenerClassValidity(Class<?> listenerClass)
Tests if a class is properly annotated as a CacheListener and returns the Listener annotation.Methods in org.infinispan.notifications.impl with parameters of type Listener Modifier and Type Method Description protected abstract Map<Class<? extends Annotation>,Class<?>>
AbstractListenerImpl. getAllowedMethodAnnotations(Listener l)
-
Uses of Listener in org.infinispan.persistence.support
Classes in org.infinispan.persistence.support with annotations of type Listener Modifier and Type Class Description class
SingletonCacheWriter.SingletonStoreListener
Deprecated.Cache listener that reacts to cluster topology changes to find out whether a new coordinator is elected. -
Uses of Listener in org.infinispan.query.affinity
Classes in org.infinispan.query.affinity with annotations of type Listener Modifier and Type Class Description class
AffinityIndexManager
IndexManager
that splits the index into shards.class
ShardAllocationManagerImpl
-
Uses of Listener in org.infinispan.scattered.impl
Classes in org.infinispan.scattered.impl with annotations of type Listener Modifier and Type Class Description class
BiasManagerImpl
-
Uses of Listener in org.infinispan.spring.session
Classes in org.infinispan.spring.session with annotations of type Listener Modifier and Type Class Description class
EmbeddedApplicationPublishedBridge
A bridge between Infinispan Embedded events and Spring. -
Uses of Listener in org.infinispan.statetransfer
Classes in org.infinispan.statetransfer with annotations of type Listener Modifier and Type Class Description class
StateProviderImpl
StateProvider
implementation. -
Uses of Listener in org.infinispan.stream.impl
Classes in org.infinispan.stream.impl with annotations of type Listener Modifier and Type Class Description class
IteratorHandler
Handler for storing iterators between invocations so that remote node can request data in chunks.class
LocalStreamManagerImpl<Original,K,V>
Local stream manager implementation that handles injection of the stream supplier, invoking the operation and subsequently notifying the operation if a rehash has changed one of its segments. -
Uses of Listener in org.infinispan.topology
Classes in org.infinispan.topology with annotations of type Listener Modifier and Type Class Description class
ClusterTopologyManagerImpl.ClusterViewListener
-
Uses of Listener in org.infinispan.transaction.impl
Classes in org.infinispan.transaction.impl with annotations of type Listener Modifier and Type Class Description class
TransactionTable
Repository forRemoteTransaction
andTransactionXaAdapter
s (locally originated transactions). -
Uses of Listener in org.infinispan.xsite
Classes in org.infinispan.xsite with annotations of type Listener Modifier and Type Class Description class
BackupReceiverRepositoryImpl
-
Uses of Listener in org.infinispan.xsite.statetransfer
Classes in org.infinispan.xsite.statetransfer with annotations of type Listener Modifier and Type Class Description class
XSiteStateTransferManagerImpl
XSiteStateTransferManager
implementation.
-