Class ConcurrentUpdateBaseSolrClient.CustomBlockingQueue<E>
java.lang.Object
org.apache.solr.client.solrj.impl.ConcurrentUpdateBaseSolrClient.CustomBlockingQueue<E>
- All Implemented Interfaces:
Iterable<E>
- Enclosing class:
ConcurrentUpdateBaseSolrClient
-
Constructor Details
-
CustomBlockingQueue
-
-
Method Details
-
offer
-
offer
- Throws:
InterruptedException
-
isEmpty
public boolean isEmpty() -
poll
- Throws:
InterruptedException
-
add
-
size
public int size() -
remainingCapacity
public int remainingCapacity() -
iterator
-
backdoorOffer
public void backdoorOffer()
-