Uses of Class
org.infinispan.interceptors.impl.ClusteringInterceptor
Packages that use ClusteringInterceptor
Package
Description
Interceptors dealing with command replication in distributed/replicated mode.
-
Uses of ClusteringInterceptor in org.infinispan.interceptors.distribution
Subclasses of ClusteringInterceptor in org.infinispan.interceptors.distributionModifier and TypeClassDescriptionclassBase class for distribution of entries across a cluster.classclassNon-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.