Uses of Class
org.infinispan.interceptors.distribution.BaseDistributionInterceptor
-
Packages that use BaseDistributionInterceptor 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 BaseDistributionInterceptor in org.infinispan.interceptors.distribution
Subclasses of BaseDistributionInterceptor in org.infinispan.interceptors.distribution Modifier and Type Class Description classNonTxDistributionInterceptorNon-transactional interceptor used by distributed caches that support concurrent writes.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. -
Uses of BaseDistributionInterceptor in org.infinispan.interceptors.totalorder
Subclasses of BaseDistributionInterceptor in org.infinispan.interceptors.totalorder Modifier and Type Class Description classTotalOrderDistributionInterceptorDeprecated.since 10.0.classTotalOrderVersionedDistributionInterceptorDeprecated.since 10.0.
-