Class ResettableBarrier

java.lang.Object
org.apache.drill.exec.rpc.ResettableBarrier

public class ResettableBarrier extends Object
Modified implementation of countdown latch that allows a barrier to be unilaterally opened and closed. All others simply wait when it is closed. Is initialized in a closed state.