public class ListCountDownLatch<T> extends CountDownLatch
| Constructor and Description | 
|---|
| ListCountDownLatch() | 
| ListCountDownLatch(int count) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<T> | countDown(T e) | 
| List<T> | waitForResult() | 
| List<T> | waitForResult(long timeout,
             TimeUnit unit) | 
public ListCountDownLatch()
public ListCountDownLatch(int count)
public List<T> waitForResult() throws InterruptedException
InterruptedExceptionpublic List<T> waitForResult(long timeout, TimeUnit unit) throws InterruptedException, TimeoutException
InterruptedExceptionTimeoutExceptionCopyright © GigaSpaces.