Uses of Class
org.infinispan.interceptors.impl.ClusteringInterceptor
-
Packages that use ClusteringInterceptor Package Description org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.interceptors.totalorder Interceptors dealing with total order. -
-
Uses of ClusteringInterceptor in org.infinispan.interceptors.distribution
Subclasses of ClusteringInterceptor in org.infinispan.interceptors.distribution Modifier and Type Class Description class
BaseDistributionInterceptor
Base class for distribution of entries across a cluster.class
BiasedScatteredDistributionInterceptor
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 ClusteringInterceptor in org.infinispan.interceptors.totalorder
Subclasses of ClusteringInterceptor 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.
-