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() |
org.apache.http.client.HttpClient |
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()
public void shutdown()
public org.apache.http.client.HttpClient getHttpClient()
public ExecutorService getUpdateExecutor()
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.