Class SolrCloseableLatch

java.lang.Object
org.apache.solr.common.SolrCloseableLatch

public class SolrCloseableLatch extends Object
This class mimics the operation of CountDownLatch, but it also periodically checks the state of the provided SolrCloseable and terminates the wait if it's closed by throwing an InterruptedException.