Interface IExchangeCyclicBarrier<T>
- All Known Implementing Classes:
ExchangeCyclicBarrier
public interface IExchangeCyclicBarrier<T>
-
Method Summary
-
Method Details
-
set
-
get
T get() -
setFailed
void setFailed() -
isFailed
boolean isFailed() -
await
-
await
int await(long timeout, TimeUnit unit) throws InterruptedException, BrokenBarrierException, TimeoutException
-