Uses of Class
org.apache.solr.client.solrj.impl.LBSolrClient.EndpointWrapper
Packages that use LBSolrClient.EndpointWrapper
Package
Description
Implementations of some client API classes, and their friends.
-
Uses of LBSolrClient.EndpointWrapper in org.apache.solr.client.solrj.impl
Fields in org.apache.solr.client.solrj.impl with type parameters of type LBSolrClient.EndpointWrapperModifier and TypeFieldDescriptionprotected final Map<String, LBSolrClient.EndpointWrapper> LBSolrClient.zombieServersMethods in org.apache.solr.client.solrj.impl that return LBSolrClient.EndpointWrapperModifier and TypeMethodDescriptionprotected LBSolrClient.EndpointWrapperLBSolrClient.createServerWrapper(LBSolrClient.Endpoint endpoint) protected LBSolrClient.EndpointWrapperLBSolrClient.pickServer(LBSolrClient.EndpointWrapper[] aliveServerList, SolrRequest<?> request) Pick a server from list to execute request.Methods in org.apache.solr.client.solrj.impl with parameters of type LBSolrClient.EndpointWrapperModifier and TypeMethodDescriptionprotected voidLBSolrClient.makeServerAZombie(LBSolrClient.EndpointWrapper wrapper) protected LBSolrClient.EndpointWrapperLBSolrClient.pickServer(LBSolrClient.EndpointWrapper[] aliveServerList, SolrRequest<?> request) Pick a server from list to execute request.Constructor parameters in org.apache.solr.client.solrj.impl with type arguments of type LBSolrClient.EndpointWrapperModifierConstructorDescriptionEndpointIterator(LBSolrClient.Req req, Map<String, LBSolrClient.EndpointWrapper> zombieServers)