Uses of Package
org.infinispan.interceptors.impl
-
Packages that use org.infinispan.interceptors.impl Package Description org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.impl Basic interceptorsorg.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. -
Classes in org.infinispan.interceptors.impl used by org.infinispan.interceptors.distribution Class Description BaseRpcInterceptor Acts as a base for all RPC callsClusteringInterceptor Base class for distribution interceptors. -
Classes in org.infinispan.interceptors.impl used by org.infinispan.interceptors.impl Class Description AbstractIracLocalSiteInterceptor ADDAsyncInterceptorwith 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 callsBaseStateTransferInterceptor.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 inScatteredDistributionInterceptorbefore replicating the change from primary owner.SimpleAsyncInvocationStage Invocation stage representing a computation that may or may not be done yet. -
Classes in org.infinispan.interceptors.impl used by org.infinispan.statetransfer Class Description BaseStateTransferInterceptor A base class for a state transfer interceptor. -
Classes in org.infinispan.interceptors.impl used by org.infinispan.util.logging Class Description ContainerFullException Exception that is thrown when exception based eviction is enabled and the cache is full