Package org.apache.solr.client.solrj.io
Class SolrClientCache
- java.lang.Object
- 
- org.apache.solr.client.solrj.io.SolrClientCache
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class SolrClientCache extends Object implements Serializable The SolrClientCache caches SolrClients so they can be reused by different TupleStreams.TODO: Cut this over to using Solr's new Http2 clients - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description SolrClientCache()SolrClientCache(org.apache.http.client.HttpClient httpClient)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclose()CloudSolrClientgetCloudSolrClient(String zkHost)Deprecated.HttpSolrClientgetHttpSolrClient(String host)Deprecated.
 
- 
- 
- 
Constructor Detail- 
SolrClientCachepublic SolrClientCache() 
 - 
SolrClientCache@Deprecated(since="9.0") public SolrClientCache(org.apache.http.client.HttpClient httpClient) Deprecated.
 
- 
 - 
Method Detail- 
getCloudSolrClient@Deprecated(since="9.0") public CloudSolrClient getCloudSolrClient(String zkHost) Deprecated.
 - 
getHttpSolrClient@Deprecated(since="9.0") public HttpSolrClient getHttpSolrClient(String host) Deprecated.
 - 
closepublic void close() 
 
- 
 
-