| Package | Description |
|---|---|
| org.infinispan.affinity |
This package contains the
KeyAffinityService interfaces which allow user code to determine mapping of keys onto nodes |
| org.infinispan.conflict.impl |
This package contains implementations of the conflict resolution API.
|
| org.infinispan.container.versioning | |
| org.infinispan.globalstate.impl | |
| org.infinispan.interceptors.impl |
Basic interceptors
|
| 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.reactive.publisher.impl | |
| org.infinispan.remoting.inboundhandler |
Handling of inbound commands on remote nodes.
|
| org.infinispan.scattered.impl | |
| org.infinispan.topology | |
| org.infinispan.transaction.impl | |
| 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 |
StateReceiverImpl<K,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
NumericVersionGenerator.RankCalculator |
class |
SimpleClusteredVersionGenerator.TopologyIdUpdater |
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalConfigurationStateListener
Listens to events on the global state cache and manages cache configuration creation / removal accordingly
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupingInterceptor.KeyListener |
| 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 |
PublisherHandler
Handler for holding publisher results between requests of data
|
| Modifier and Type | Class and Description |
|---|---|
class |
GlobalInboundInvocationHandler
InboundInvocationHandler implementation that handles all the ReplicableCommand. |
| Modifier and Type | Class and Description |
|---|---|
class |
BiasManagerImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterTopologyManagerImpl.ClusterViewListener |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionTable
Repository for
RemoteTransaction and TransactionXaAdapters (locally
originated transactions). |
| Modifier and Type | Class and Description |
|---|---|
class |
XSiteStateTransferManagerImpl
XSiteStateTransferManager implementation. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.