Class LBSolrClient.ServerIterator
- java.lang.Object
- 
- org.apache.solr.client.solrj.impl.LBSolrClient.ServerIterator
 
- 
- Enclosing class:
- LBSolrClient
 
 protected static class LBSolrClient.ServerIterator extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description ServerIterator(LBSolrClient.Req req, Map<String,LBSolrClient.ServerWrapper> zombieServers)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()StringnextOrError()StringnextOrError(Exception previousEx)
 
- 
- 
- 
Constructor Detail- 
ServerIteratorpublic ServerIterator(LBSolrClient.Req req, Map<String,LBSolrClient.ServerWrapper> zombieServers) 
 
- 
 - 
Method Detail- 
hasNextpublic boolean hasNext() 
 - 
nextOrErrorpublic String nextOrError() throws SolrServerException - Throws:
- SolrServerException
 
 - 
nextOrErrorpublic String nextOrError(Exception previousEx) throws SolrServerException - Throws:
- SolrServerException
 
 
- 
 
-