Package | Description |
---|---|
com.hazelcast.client | |
com.hazelcast.core | |
com.hazelcast.impl |
Modifier and Type | Method and Description |
---|---|
void |
CountDownLatchClientProxy.await() |
boolean |
CountDownLatchClientProxy.await(long timeout,
TimeUnit unit) |
Modifier and Type | Method and Description |
---|---|
void |
ICountDownLatch.await()
Causes the current thread to wait until the latch has counted down to
zero or an exception is thrown.
|
boolean |
ICountDownLatch.await(long timeout,
TimeUnit unit)
Causes the current thread to wait until the latch has counted down to
zero, an exception is thrown, or the specified waiting time elapses.
|
Modifier and Type | Method and Description |
---|---|
void |
CountDownLatchProxyImpl.await() |
boolean |
CountDownLatchProxyImpl.await(long timeout,
TimeUnit unit) |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.