public class TotalOrderLatchImpl extends Object implements TotalOrderLatch
TotalOrderLatch| Constructor and Description |
|---|
TotalOrderLatchImpl(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
awaitUntilUnBlock()
It waits for this synchronization block to be unblocked.
|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isBlocked() |
String |
toString() |
void |
unBlock()
Unblocks this synchronization block
|
public TotalOrderLatchImpl(String name)
public boolean isBlocked()
isBlocked in interface TotalOrderLatchpublic void unBlock()
TotalOrderLatchunBlock in interface TotalOrderLatchpublic void awaitUntilUnBlock()
throws InterruptedException
TotalOrderLatchawaitUntilUnBlock in interface TotalOrderLatchInterruptedException - if interrupted while waiting.Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.