Package org.apache.solr.update
Class StreamingSolrClients
- java.lang.Object
- 
- org.apache.solr.update.StreamingSolrClients
 
- 
 public class StreamingSolrClients extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description StreamingSolrClients(UpdateShardHandler updateShardHandler)
 - 
Method SummaryAll 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- 
StreamingSolrClientspublic StreamingSolrClients(UpdateShardHandler updateShardHandler) 
 
- 
 - 
Method Detail- 
getErrorspublic List<SolrCmdDistributor.Error> getErrors() 
 - 
clearErrorspublic void clearErrors() 
 - 
getSolrClientpublic SolrClient getSolrClient(SolrCmdDistributor.Req req) 
 - 
blockUntilFinishedpublic void blockUntilFinished() throws IOException- Throws:
- IOException
 
 - 
shutdownpublic void shutdown() 
 - 
getHttpClientpublic Http2SolrClient getHttpClient() 
 - 
getUpdateExecutorpublic ExecutorService getUpdateExecutor() 
 
- 
 
-