Class ParallelHttpShardHandlerFactory
- java.lang.Object
-
- org.apache.solr.handler.component.ShardHandlerFactory
-
- org.apache.solr.handler.component.HttpShardHandlerFactory
-
- org.apache.solr.handler.component.ParallelHttpShardHandlerFactory
-
- All Implemented Interfaces:
AutoCloseable
,SolrMetricProducer
,PluginInfoInitialized
public class ParallelHttpShardHandlerFactory extends HttpShardHandlerFactory
CreatesParallelHttpShardHandler
instances
-
-
Field Summary
-
Fields inherited from class org.apache.solr.handler.component.HttpShardHandlerFactory
commExecutor, defaultClient, httpListenerFactory, loadbalancer, r
-
Fields inherited from class org.apache.solr.handler.component.ShardHandlerFactory
DEFAULT_SHARDHANDLER_INFO
-
-
Constructor Summary
Constructors Constructor Description ParallelHttpShardHandlerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShardHandler
getShardHandler()
GetShardHandler
that uses the default http client.-
Methods inherited from class org.apache.solr.handler.component.HttpShardHandlerFactory
buildURLList, close, getClient, getParameter, getReplicaListTransformer, getSolrMetricsContext, init, initializeMetrics, newLBHttpSolrClientReq, setSecurityBuilder
-
Methods inherited from class org.apache.solr.handler.component.ShardHandlerFactory
newInstance
-
-
-
-
Method Detail
-
getShardHandler
public ShardHandler getShardHandler()
Description copied from class:HttpShardHandlerFactory
GetShardHandler
that uses the default http client.- Overrides:
getShardHandler
in classHttpShardHandlerFactory
-
-