Class UpdateShardHandlerConfig

java.lang.Object
org.apache.solr.update.UpdateShardHandlerConfig

public class UpdateShardHandlerConfig extends Object
  • Field Details

  • Constructor Details

    • UpdateShardHandlerConfig

      public UpdateShardHandlerConfig(int maxUpdateConnections, int maxUpdateConnectionsPerHost, int distributedSocketTimeout, int distributedConnectionTimeout, String metricNameStrategy, int maxRecoveryThreads)
  • Method Details

    • getMaxUpdateConnectionsPerHost

      public int getMaxUpdateConnectionsPerHost()
    • getMaxUpdateConnections

      public int getMaxUpdateConnections()
    • getDistributedSocketTimeout

      public int getDistributedSocketTimeout()
    • getDistributedConnectionTimeout

      public int getDistributedConnectionTimeout()
    • getMetricNameStrategy

      public String getMetricNameStrategy()
    • getMaxRecoveryThreads

      public int getMaxRecoveryThreads()