Uses of Class
org.apache.solr.client.solrj.impl.LBSolrClient.Endpoint
-
Packages that use LBSolrClient.Endpoint Package Description org.apache.solr.client.solrj.impl Concrete implementations of client API classes. -
-
Uses of LBSolrClient.Endpoint in org.apache.solr.client.solrj.impl
Methods in org.apache.solr.client.solrj.impl with parameters of type LBSolrClient.Endpoint Modifier and Type Method Description void
LBSolrClient. addSolrServer(LBSolrClient.Endpoint server)
protected SolrClient
LBHttp2SolrClient. getClient(LBSolrClient.Endpoint endpoint)
protected SolrClient
LBHttpSolrClient. getClient(LBSolrClient.Endpoint endpoint)
Deprecated.protected abstract SolrClient
LBSolrClient. getClient(LBSolrClient.Endpoint endpoint)
protected HttpSolrClient
LBHttpSolrClient. makeSolrClient(LBSolrClient.Endpoint endpoint)
Deprecated.String
LBHttpSolrClient. removeSolrEndpoint(LBSolrClient.Endpoint endpoint)
Deprecated.String
LBSolrClient. removeSolrEndpoint(LBSolrClient.Endpoint endpoint)
LBHttpSolrClient.Builder
LBHttpSolrClient.Builder. withCollectionEndpoints(LBSolrClient.Endpoint... endpoints)
Provide multiple core/collection endpoints to be used when configuringLBHttpSolrClient
instances.Constructors in org.apache.solr.client.solrj.impl with parameters of type LBSolrClient.Endpoint Constructor Description Builder(Http2SolrClient http2Client, LBSolrClient.Endpoint... endpoints)
Create a Builder object, based on the provided solrClient and endpoint objects.Constructor parameters in org.apache.solr.client.solrj.impl with type arguments of type LBSolrClient.Endpoint Constructor Description Req(SolrRequest<?> request, Collection<LBSolrClient.Endpoint> servers)
Req(SolrRequest<?> request, Collection<LBSolrClient.Endpoint> servers, Integer numServersToTry)
-