Package org.apache.solr.update
Class StreamingSolrClients
- java.lang.Object
 - 
- org.apache.solr.update.StreamingSolrClients
 
 
- 
public class StreamingSolrClients extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description StreamingSolrClients(UpdateShardHandler updateShardHandler) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidblockUntilFinished()voidclearErrors()List<SolrCmdDistributor.Error>getErrors()Http2SolrClientgetHttpClient()SolrClientgetSolrClient(SolrCmdDistributor.Req req)ExecutorServicegetUpdateExecutor()voidshutdown() 
 - 
 
- 
- 
Constructor Detail
- 
StreamingSolrClients
public StreamingSolrClients(UpdateShardHandler updateShardHandler)
 
 - 
 
- 
Method Detail
- 
getErrors
public List<SolrCmdDistributor.Error> getErrors()
 
- 
clearErrors
public void clearErrors()
 
- 
getSolrClient
public SolrClient getSolrClient(SolrCmdDistributor.Req req)
 
- 
blockUntilFinished
public void blockUntilFinished() throws IOException- Throws:
 IOException
 
- 
shutdown
public void shutdown()
 
- 
getHttpClient
public Http2SolrClient getHttpClient()
 
- 
getUpdateExecutor
public ExecutorService getUpdateExecutor()
 
 - 
 
 -