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. -
-
Uses of ClusteringInterceptor in org.infinispan.interceptors.distribution
Subclasses of ClusteringInterceptor in org.infinispan.interceptors.distribution Modifier and Type Class Description classBaseDistributionInterceptorBase class for distribution of entries across a cluster.classBiasedScatteredDistributionInterceptorclassNonTxDistributionInterceptorNon-transactional interceptor used by distributed caches that support concurrent writes.classScatteredDistributionInterceptorThis 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.classTriangleDistributionInterceptorNon-transactional interceptor used by distributed caches that supports concurrent writes.classTxDistributionInterceptorHandles the distribution of the transactional caches.classVersionedDistributionInterceptorA version of theTxDistributionInterceptorthat adds logic to handling prepares when entries are versioned.
-