Uses of Class
org.infinispan.interceptors.impl.BaseRpcInterceptor
Packages that use BaseRpcInterceptor
Package
Description
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
-
Uses of BaseRpcInterceptor in org.infinispan.interceptors.distribution
Subclasses of BaseRpcInterceptor in org.infinispan.interceptors.distributionModifier and TypeClassDescriptionclassBase class for distribution of entries across a cluster.classclassL1 based interceptor that flushes the L1 cache at the end after a transaction/entry is committed to the data container but before the lock has been released.classInterceptor that handles L1 logic for non-transactional caches.classInterceptor that handles L1 logic for transactional caches.classNon-transactional interceptor used by distributed caches that support concurrent writes.classThis interceptor mixes several functions: A) replicates changes to other nodes B) commits the entry C) schedules invalidation On primary owner, the commit is executed before the change is replicated to other node.classNon-transactional interceptor used by distributed caches that supports concurrent writes.classHandles the distribution of the transactional caches.classA version of theTxDistributionInterceptorthat adds logic to handling prepares when entries are versioned. -
Uses of BaseRpcInterceptor in org.infinispan.interceptors.impl
Subclasses of BaseRpcInterceptor in org.infinispan.interceptors.implModifier and TypeClassDescriptionclassBase class for distribution interceptors.classThis interceptor acts as a replacement to the replication interceptor when the CacheImpl is configured with ClusteredSyncMode as INVALIDATE.