public interface IExchangeCyclicBarrier<T>
void set(T value)
T get()
void setFailed()
boolean isFailed()
int await() throws InterruptedException, BrokenBarrierException
int await(long timeout, TimeUnit unit) throws InterruptedException, BrokenBarrierException, TimeoutException
Copyright © GigaSpaces.