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 voidLBSolrClient. addSolrServer(LBSolrClient.Endpoint server)protected SolrClientLBHttp2SolrClient. getClient(LBSolrClient.Endpoint endpoint)protected SolrClientLBHttpSolrClient. getClient(LBSolrClient.Endpoint endpoint)Deprecated.protected abstract SolrClientLBSolrClient. getClient(LBSolrClient.Endpoint endpoint)protected HttpSolrClientLBHttpSolrClient. makeSolrClient(LBSolrClient.Endpoint endpoint)Deprecated.StringLBHttpSolrClient. removeSolrEndpoint(LBSolrClient.Endpoint endpoint)Deprecated.StringLBSolrClient. removeSolrEndpoint(LBSolrClient.Endpoint endpoint)LBHttpSolrClient.BuilderLBHttpSolrClient.Builder. withCollectionEndpoints(LBSolrClient.Endpoint... endpoints)Provide multiple core/collection endpoints to be used when configuringLBHttpSolrClientinstances.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)
-