org.apache.solr.update
Class StreamingSolrServers

java.lang.Object
  extended by org.apache.solr.update.StreamingSolrServers

public class StreamingSolrServers
extends Object


Field Summary
static org.slf4j.Logger log
           
 
Constructor Summary
StreamingSolrServers(UpdateShardHandler updateShardHandler)
           
 
Method Summary
 void blockUntilFinished()
           
 void clearErrors()
           
 List<SolrCmdDistributor.Error> getErrors()
           
 org.apache.http.client.HttpClient getHttpClient()
           
 SolrServer getSolrServer(SolrCmdDistributor.Req req)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static org.slf4j.Logger log
Constructor Detail

StreamingSolrServers

public StreamingSolrServers(UpdateShardHandler updateShardHandler)
Method Detail

getErrors

public List<SolrCmdDistributor.Error> getErrors()

clearErrors

public void clearErrors()

getSolrServer

public SolrServer getSolrServer(SolrCmdDistributor.Req req)

blockUntilFinished

public void blockUntilFinished()

shutdown

public void shutdown()

getHttpClient

public org.apache.http.client.HttpClient getHttpClient()


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.