public class StreamingSolrServers extends Object
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
log |
Constructor and Description |
---|
StreamingSolrServers(ExecutorService updateExecutor) |
Modifier and Type | Method and Description |
---|---|
void |
blockUntilFinished() |
void |
clearErrors() |
List<SolrCmdDistributor.Error> |
getErrors() |
org.apache.http.client.HttpClient |
getHttpClient() |
SolrServer |
getSolrServer(SolrCmdDistributor.Req req) |
void |
shutdown() |
public StreamingSolrServers(ExecutorService updateExecutor)
public List<SolrCmdDistributor.Error> getErrors()
public void clearErrors()
public SolrServer getSolrServer(SolrCmdDistributor.Req req)
public void blockUntilFinished()
public void shutdown()
public org.apache.http.client.HttpClient getHttpClient()
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.