Class TotalOrderVersionedDistributionInterceptor

  • All Implemented Interfaces:
    org.infinispan.commands.Visitor, AsyncInterceptor

    public class TotalOrderVersionedDistributionInterceptor
    extends VersionedDistributionInterceptor
    This interceptor is used in total order in distributed mode when the write skew check is enabled. After sending the prepare through TOA (Total Order Anycast), it blocks the execution thread until the transaction outcome is known (i.e., the write skew check passes in all keys owners)
    Author:
    Pedro Ruivo