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
Creates
ParallelHttpShardHandler instances-
Field Summary
Fields inherited from class org.apache.solr.handler.component.HttpShardHandlerFactory
commExecutor, defaultClient, httpListenerFactory, loadbalancer, rFields inherited from class org.apache.solr.handler.component.ShardHandlerFactory
DEFAULT_SHARDHANDLER_INFOFields inherited from interface org.apache.solr.metrics.SolrMetricProducer
CATEGORY_ATTR, HANDLER_ATTR, NAME_ATTR, OPERATION_ATTR, PLUGIN_NAME_ATTR, RESULT_ATTR, TYPE_ATTR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.solr.handler.component.HttpShardHandlerFactory
buildURLList, close, getClient, getParameter, getReplicaListTransformer, getSolrMetricsContext, init, initializeMetrics, newLBHttpSolrClientReq, setSecurityBuilderMethods inherited from class org.apache.solr.handler.component.ShardHandlerFactory
newInstance
-
Constructor Details
-
ParallelHttpShardHandlerFactory
public ParallelHttpShardHandlerFactory()
-
-
Method Details
-
getShardHandler
Description copied from class:HttpShardHandlerFactoryGetShardHandlerthat uses the default http client.- Overrides:
getShardHandlerin classHttpShardHandlerFactory
-