Class ListCountDownLatch<T>
java.lang.Object
java.util.concurrent.CountDownLatch
com.gigaspaces.internal.utils.concurrent.ListCountDownLatch<T>
-
Constructor Details
-
ListCountDownLatch
public ListCountDownLatch() -
ListCountDownLatch
public ListCountDownLatch(int count)
-
-
Method Details
-
countDown
-
waitForResult
- Throws:
InterruptedException
-
waitForResult
public List<T> waitForResult(long timeout, TimeUnit unit) throws InterruptedException, TimeoutException - Throws:
InterruptedExceptionTimeoutException
-