| Package | Description |
|---|---|
| org.infinispan.interceptors.distribution |
Interceptors dealing with command replication in distributed/replicated mode.
|
| org.infinispan.interceptors.impl |
Basic interceptors
|
| org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
| org.infinispan.util.logging |
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
|
| Class and Description |
|---|
| BaseRpcInterceptor
Acts as a base for all RPC calls
|
| ClusteringInterceptor
Base class for distribution interceptors.
|
| Class and Description |
|---|
| AbstractIracLocalSiteInterceptor
A
DDAsyncInterceptor with common code for all the IRAC related interceptors. |
| AbstractIracRemoteSiteInterceptor
An IRAC related interceptor that that handles the requests from the remote site.
|
| BaseRpcInterceptor
Acts as a base for all RPC calls
|
| BaseStateTransferInterceptor.LostDataVisitor |
| CacheLoaderInterceptor |
| CacheWriterInterceptor
Writes modifications back to the store on the way out: stores modifications back through the CacheLoader, either
after each method call (no TXs), or at TX commit.
|
| ClusteredCacheLoaderInterceptor
The same as a regular cache loader interceptor, except that it contains additional logic to force loading from the
cache loader if needed on a remote node, in certain conditions.
|
| EntryWrappingInterceptor
Interceptor in charge with wrapping entries and add them in caller's context.
|
| JmxStatsCommandInterceptor
Base class for all the interceptors exposing management statistics.
|
| RetryingEntryWrappingInterceptor
Used in @{link org.infinispan.configuration.cache.CacheMode#SCATTERED_SYNC scattered cache}
The commit is executed in
ScatteredDistributionInterceptor
before replicating the change from primary owner. |
| SimpleAsyncInvocationStage
Invocation stage representing a computation that may or may not be done yet.
|
| Class and Description |
|---|
| BaseStateTransferInterceptor
A base class for a state transfer interceptor.
|
| Class and Description |
|---|
| ContainerFullException
Exception that is thrown when exception based eviction is enabled and the cache is full
|
Copyright © 2022 JBoss by Red Hat. All rights reserved.