public interface Latch
ExchangeLatchManager.| Modifier and Type | Method and Description |
|---|---|
void |
await()
Awaits current latch completion.
|
void |
await(long timeout,
TimeUnit timeUnit)
Awaits current latch completion with specified timeout.
|
void |
countDown()
Decrements count on current latch.
|
void countDown()
void await()
throws IgniteCheckedException
IgniteCheckedException - If await is failed.void await(long timeout,
TimeUnit timeUnit)
throws IgniteCheckedException
timeout - Timeout value.timeUnit - Timeout time unit.IgniteCheckedException - If await is failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023