public interface TotalOrderLatch
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)Modifier and Type | Method and Description |
---|---|
void |
awaitUntilUnBlock()
It waits for this synchronization block to be unblocked.
|
boolean |
isBlocked() |
void |
unBlock()
Unblocks this synchronization block
|
boolean isBlocked()
void unBlock()
void awaitUntilUnBlock() throws InterruptedException
InterruptedException
- if interrupted while waiting.Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.