Class AlfrescoHttpShardHandlerFactory

java.lang.Object
org.apache.solr.handler.component.ShardHandlerFactory
org.apache.solr.handler.component.HttpShardHandlerFactory
org.apache.solr.handler.component.AlfrescoHttpShardHandlerFactory
All Implemented Interfaces:
org.apache.solr.metrics.SolrMetricProducer, org.apache.solr.util.plugin.PluginInfoInitialized

public class AlfrescoHttpShardHandlerFactory extends org.apache.solr.handler.component.HttpShardHandlerFactory
Author:
Andy
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.solr.handler.component.HttpShardHandlerFactory

    org.apache.solr.handler.component.HttpShardHandlerFactory.WhitelistHostChecker
  • Field Summary

    Fields inherited from class org.apache.solr.handler.component.HttpShardHandlerFactory

    clientConnectionManager, defaultClient, idleConnectionsEvictor, INIT_SHARDS_WHITELIST, INIT_SHARDS_WHITELIST_PROPERTY, r

    Fields inherited from class org.apache.solr.handler.component.ShardHandlerFactory

    DEFAULT_SHARDHANDLER_INFO
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.solr.handler.component.ShardHandler
    getShardHandler(org.apache.http.client.HttpClient httpClient)
    Get ShardHandler that uses custom http client.

    Methods inherited from class org.apache.solr.handler.component.HttpShardHandlerFactory

    buildURLList, close, createLoadbalancer, getClientParams, getParameter, getReplicaListTransformer, getShardHandler, getThreadPoolExecutor, getWhitelistHostChecker, init, initializeMetrics, makeLoadBalancedRequest, newCompletionService, reconfigureHttpClient

    Methods inherited from class org.apache.solr.handler.component.ShardHandlerFactory

    newInstance

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AlfrescoHttpShardHandlerFactory

      public AlfrescoHttpShardHandlerFactory()
  • Method Details

    • getShardHandler

      public org.apache.solr.handler.component.ShardHandler getShardHandler(org.apache.http.client.HttpClient httpClient)
      Get ShardHandler that uses custom http client.
      Overrides:
      getShardHandler in class org.apache.solr.handler.component.HttpShardHandlerFactory