Uses of Class
org.infinispan.interceptors.distribution.TxDistributionInterceptor
-
Packages that use TxDistributionInterceptor 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 TxDistributionInterceptor in org.infinispan.interceptors.distribution
Subclasses of TxDistributionInterceptor in org.infinispan.interceptors.distribution Modifier and Type Class Description classVersionedDistributionInterceptorA version of theTxDistributionInterceptorthat adds logic to handling prepares when entries are versioned. -
Uses of TxDistributionInterceptor in org.infinispan.interceptors.totalorder
Subclasses of TxDistributionInterceptor in org.infinispan.interceptors.totalorder Modifier and Type Class Description classTotalOrderDistributionInterceptorDeprecated.since 10.0.classTotalOrderVersionedDistributionInterceptorDeprecated.since 10.0.
-