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.interceptors.totalorder Interceptors dealing with total order.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. -
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 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.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 inScatteredDistributionInterceptor
before 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.interceptors.totalorder Class Description BaseRpcInterceptor Acts as a base for all RPC callsBaseStateTransferInterceptor A base class for a state transfer interceptor.ClusteringInterceptor Base class for distribution interceptors.EntryWrappingInterceptor Interceptor in charge with wrapping entries and add them in caller's context.VersionedEntryWrappingInterceptor Interceptor in charge with wrapping entries and add them in caller's context. -
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