| Constructor and Description |
|---|
TracingCondition(com.hazelcast.core.ICondition condition,
String name,
boolean traceWithActiveSpanOnly,
Map<String,String> spanContextMap) |
| Modifier and Type | Method and Description |
|---|---|
void |
await() |
boolean |
await(long time,
TimeUnit unit) |
long |
awaitNanos(long nanosTimeout) |
void |
awaitUninterruptibly() |
boolean |
awaitUntil(Date deadline) |
void |
signal() |
void |
signalAll() |
public void await()
throws InterruptedException
await in interface ConditionInterruptedExceptionpublic void awaitUninterruptibly()
awaitUninterruptibly in interface Conditionpublic long awaitNanos(long nanosTimeout)
throws InterruptedException
awaitNanos in interface ConditionInterruptedExceptionpublic boolean await(long time,
TimeUnit unit)
throws InterruptedException
await in interface ConditionInterruptedExceptionpublic boolean awaitUntil(Date deadline) throws InterruptedException
awaitUntil in interface ConditionInterruptedExceptionCopyright © 2018-2019–2019. All rights reserved.