| Constructor and Description |
|---|
QueueLockUnlockedCondition(SingleChronicleQueue singleChronicleQueue) |
| Modifier and Type | Method and Description |
|---|---|
void |
await() |
boolean |
await(long l,
TimeUnit timeUnit) |
long |
awaitNanos(long l) |
void |
awaitUninterruptibly() |
boolean |
awaitUntil(@NotNull Date date) |
void |
signal() |
void |
signalAll() |
public QueueLockUnlockedCondition(SingleChronicleQueue singleChronicleQueue)
public void await()
throws InterruptedException
await in interface ConditionInterruptedExceptionpublic void awaitUninterruptibly()
awaitUninterruptibly in interface Conditionpublic long awaitNanos(long l)
awaitNanos in interface Conditionpublic boolean await(long l,
TimeUnit timeUnit)
throws InterruptedException
await in interface ConditionInterruptedExceptionpublic boolean awaitUntil(@NotNull
@NotNull Date date)
awaitUntil in interface ConditionCopyright © 2022. All rights reserved.