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 class
VersionedDistributionInterceptor
A version of theTxDistributionInterceptor
that 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 class
TotalOrderDistributionInterceptor
Deprecated.since 10.0.class
TotalOrderVersionedDistributionInterceptor
Deprecated.since 10.0.
-