public interface GroupBarrier<T>
void await(T event) throws java.lang.InterruptedException
event - java.lang.InterruptedExceptionvoid await(T event, long timeout, java.util.concurrent.TimeUnit unit) throws java.lang.InterruptedException, java.util.concurrent.TimeoutException
event - timeout - unit - java.lang.InterruptedExceptionjava.util.concurrent.TimeoutExceptionvoid clear(T event)
void interrupt()
Copyright © 2019. All rights reserved.