Uses of Package
org.infinispan.interceptors.impl
Packages that use org.infinispan.interceptors.impl
Package
Description
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
Transfer of state to new caches in a cluster.
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
-
Classes in org.infinispan.interceptors.impl used by org.infinispan.interceptors.distributionClassDescriptionActs as a base for all RPC callsBase class for distribution interceptors.
-
Classes in org.infinispan.interceptors.impl used by org.infinispan.interceptors.implClassDescriptionA
DDAsyncInterceptorwith common code for all the IRAC related interceptors.Acts as a base for all RPC callsWrites 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.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.Interceptor in charge with wrapping entries and add them in caller's context.Base class for all the interceptors exposing management statistics.Used in @{link org.infinispan.configuration.cache.CacheMode#SCATTERED_SYNC scattered cache} The commit is executed inScatteredDistributionInterceptorbefore replicating the change from primary owner.Invocation stage representing a computation that may or may not be done yet. -
Classes in org.infinispan.interceptors.impl used by org.infinispan.statetransfer
-
Classes in org.infinispan.interceptors.impl used by org.infinispan.util.loggingClassDescriptionException that is thrown when exception based eviction is enabled and the cache is full