Interface TotalOrderLatch

  • All Known Implementing Classes:
    TotalOrderLatchImpl

    public interface TotalOrderLatch
    Behaves as a latch between org.infinispan.commands.tx.PrepareCommand delivered in total order to coordinate conflicting transactions and between org.infinispan.commands.tx.PrepareCommand and state transfer (blocking the prepare until the state transfer is finished and blocking the state transfer until all the prepared transactions has finished)
    Since:
    5.3
    Author:
    Pedro Ruivo
    • Method Detail

      • isBlocked

        boolean isBlocked()
        Returns:
        true if this synchronization block is blocked
      • unBlock

        void unBlock()
        Unblocks this synchronization block