Uses of Class
org.infinispan.interceptors.impl.BaseRpcInterceptor
-
Packages that use BaseRpcInterceptor 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. -
-
Uses of BaseRpcInterceptor in org.infinispan.interceptors.distribution
Subclasses of BaseRpcInterceptor in org.infinispan.interceptors.distribution Modifier and Type Class Description class
BaseDistributionInterceptor
Base class for distribution of entries across a cluster.class
BiasedScatteredDistributionInterceptor
class
L1LastChanceInterceptor
L1 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.class
L1NonTxInterceptor
Interceptor that handles L1 logic for non-transactional caches.class
L1TxInterceptor
Interceptor that handles L1 logic for transactional caches.class
NonTxDistributionInterceptor
Non-transactional interceptor used by distributed caches that support concurrent writes.class
ScatteredDistributionInterceptor
This 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.class
TriangleDistributionInterceptor
Non-transactional interceptor used by distributed caches that supports concurrent writes.class
TxDistributionInterceptor
Handles the distribution of the transactional caches.class
VersionedDistributionInterceptor
A version of theTxDistributionInterceptor
that adds logic to handling prepares when entries are versioned. -
Uses of BaseRpcInterceptor in org.infinispan.interceptors.impl
Subclasses of BaseRpcInterceptor in org.infinispan.interceptors.impl Modifier and Type Class Description class
ClusteringInterceptor
Base class for distribution interceptors.class
InvalidationInterceptor
This interceptor acts as a replacement to the replication interceptor when the CacheImpl is configured with ClusteredSyncMode as INVALIDATE. -
Uses of BaseRpcInterceptor in org.infinispan.interceptors.totalorder
Subclasses of BaseRpcInterceptor in org.infinispan.interceptors.totalorder Modifier and Type Class Description class
TotalOrderDistributionInterceptor
This interceptor handles distribution of entries across a cluster, as well as transparent lookup, when the total order based protocol is enabledclass
TotalOrderVersionedDistributionInterceptor
This interceptor is used in total order in distributed mode when the write skew check is enabled.
-