public class StreamingSolrClients extends Object
| Constructor and Description | 
|---|
| StreamingSolrClients(UpdateShardHandler updateShardHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | blockUntilFinished() | 
| void | clearErrors() | 
| List<SolrCmdDistributor.Error> | getErrors() | 
| Http2SolrClient | getHttpClient() | 
| SolrClient | getSolrClient(SolrCmdDistributor.Req req) | 
| ExecutorService | getUpdateExecutor() | 
| void | shutdown() | 
public StreamingSolrClients(UpdateShardHandler updateShardHandler)
public List<SolrCmdDistributor.Error> getErrors()
public void clearErrors()
public SolrClient getSolrClient(SolrCmdDistributor.Req req)
public void blockUntilFinished()
                        throws IOException
IOExceptionpublic void shutdown()
public Http2SolrClient getHttpClient()
public ExecutorService getUpdateExecutor()
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.