@Deprecated public class QueueLockUnlockedCondition extends Object implements Condition
Constructor and Description |
---|
QueueLockUnlockedCondition(SingleChronicleQueue singleChronicleQueue)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
await()
Deprecated.
|
boolean |
await(long l,
TimeUnit timeUnit)
Deprecated.
|
long |
awaitNanos(long l)
Deprecated.
|
void |
awaitUninterruptibly()
Deprecated.
|
boolean |
awaitUntil(@NotNull Date date)
Deprecated.
|
void |
signal()
Deprecated.
|
void |
signalAll()
Deprecated.
|
public QueueLockUnlockedCondition(SingleChronicleQueue singleChronicleQueue)
public void await() throws InterruptedException
await
in interface Condition
InterruptedException
public void awaitUninterruptibly()
awaitUninterruptibly
in interface Condition
public long awaitNanos(long l)
awaitNanos
in interface Condition
public boolean await(long l, TimeUnit timeUnit) throws InterruptedException
await
in interface Condition
InterruptedException
public boolean awaitUntil(@NotNull @NotNull Date date)
awaitUntil
in interface Condition
Copyright © 2021. All rights reserved.