Package | Description |
---|---|
org.infinispan.affinity |
This package contains the
KeyAffinityService interfaces which allow user code to determine mapping of keys onto nodes |
org.infinispan.atomic.container | |
org.infinispan.cdi.event.cache |
This package contains the adapters making the bridge between Infinispan cache events and CDI.
|
org.infinispan.cdi.event.cachemanager |
This package contains the adapters making the bridge between Infinispan cache manager events and CDI.
|
org.infinispan.container.versioning | |
org.infinispan.interceptors |
Infinispan is designed around a set of interceptors around a data container.
|
org.infinispan.iteration.impl |
Provides Infinispan-specific implementation details iterating over entries in the cache, specifically optimized for
distributed caches.
|
org.infinispan.jcache.embedded | |
org.infinispan.notifications.cachelistener |
Cache -specific notifications and eventing. |
org.infinispan.notifications.cachelistener.cluster | |
org.infinispan.notifications.cachemanagerlistener |
CacheManager -specific notifications and eventing. |
org.infinispan.notifications.impl | |
org.infinispan.persistence.support | |
org.infinispan.server.websocket | |
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.stream.impl | |
org.infinispan.topology | |
org.infinispan.transaction.impl | |
org.infinispan.xsite | |
org.infinispan.xsite.statetransfer |
Modifier and Type | Class and Description |
---|---|
class |
ListenerRegistration
Used for registering various cache notifications.
|
Modifier and Type | Class and Description |
---|---|
class |
Container |
Modifier and Type | Class and Description |
---|---|
class |
CacheStartedAdapter |
class |
CacheStoppedAdapter |
class |
ViewChangedAdapter |
Modifier and Type | Class and Description |
---|---|
class |
NumericVersionGenerator.RankCalculator |
class |
SimpleClusteredVersionGenerator.TopologyIdUpdater |
Modifier and Type | Class and Description |
---|---|
static class |
GroupingInterceptor.KeyListener
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
DistributedEntryRetriever<K,V>
This is an entry retriever designed to retrieve values for a distributed cache.
|
protected class |
LocalEntryRetriever.PartitionListener |
protected static class |
LocalEntryRetriever.PassivationListener<K,V> |
Modifier and Type | Class and Description |
---|---|
class |
JCacheListenerAdapter<K,V>
Adapts Infinispan notification mechanism to JSR 107 requirements.
|
Modifier and Type | Method and Description |
---|---|
protected Map<Class<? extends Annotation>,Class<?>> |
CacheNotifierImpl.getAllowedMethodAnnotations(Listener l) |
Modifier and Type | Class and Description |
---|---|
class |
RemoteClusterListener
A listener that installed locally on each node when a cluster listener is installed on a given node.
|
Modifier and Type | Method and Description |
---|---|
protected Map<Class<? extends Annotation>,Class<?>> |
CacheManagerNotifierImpl.getAllowedMethodAnnotations(Listener l) |
Modifier and Type | Method and Description |
---|---|
protected static Listener |
AbstractListenerImpl.testListenerClassValidity(Class<?> listenerClass)
Tests if a class is properly annotated as a CacheListener and returns the Listener annotation.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Map<Class<? extends Annotation>,Class<?>> |
AbstractListenerImpl.getAllowedMethodAnnotations(Listener l) |
Modifier and Type | Class and Description |
---|---|
class |
SingletonCacheWriter.SingletonStoreListener
Cache listener that reacts to cluster topology changes to find out whether a new coordinator is elected.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheListener
Cache listener.
|
Modifier and Type | Class and Description |
---|---|
class |
StateProviderImpl
StateProvider implementation. |
Modifier and Type | Class and Description |
---|---|
class |
LocalStreamManagerImpl<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.
|
protected class |
PartitionAwareClusterStreamManager.PartitionListener |
Modifier and Type | Class and Description |
---|---|
class |
ClusterTopologyManagerImpl.ClusterViewListener |
Modifier and Type | Class and Description |
---|---|
class |
TransactionTable
Repository for
RemoteTransaction and TransactionXaAdapter s (locally
originated transactions). |
Modifier and Type | Class and Description |
---|---|
class |
BackupReceiverRepositoryImpl |
Modifier and Type | Class and Description |
---|---|
class |
XSiteStateTransferManagerImpl
XSiteStateTransferManager implementation. |
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.