public class StreamingSolrServers extends Object
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
log |
Constructor and Description |
---|
StreamingSolrServers(UpdateShardHandler updateShardHandler) |
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) |
ExecutorService |
getUpdateExecutor() |
void |
shutdown() |
public StreamingSolrServers(UpdateShardHandler updateShardHandler)
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()
public ExecutorService getUpdateExecutor()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.