Package org.apache.solr.update
Class UpdateShardHandlerConfig
- java.lang.Object
 - 
- org.apache.solr.update.UpdateShardHandlerConfig
 
 
- 
public class UpdateShardHandlerConfig extends Object
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static UpdateShardHandlerConfigDEFAULTstatic intDEFAULT_MAXRECOVERYTHREADSstatic StringDEFAULT_METRICNAMESTRATEGYstatic UpdateShardHandlerConfigTEST_DEFAULT 
- 
Constructor Summary
Constructors Constructor Description UpdateShardHandlerConfig(int maxUpdateConnections, int maxUpdateConnectionsPerHost, int distributedSocketTimeout, int distributedConnectionTimeout, String metricNameStrategy, int maxRecoveryThreads) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDistributedConnectionTimeout()intgetDistributedSocketTimeout()intgetMaxRecoveryThreads()intgetMaxUpdateConnections()intgetMaxUpdateConnectionsPerHost()StringgetMetricNameStrategy() 
 - 
 
- 
- 
Field Detail
- 
DEFAULT_METRICNAMESTRATEGY
public static final String DEFAULT_METRICNAMESTRATEGY
- See Also:
 - Constant Field Values
 
 
- 
DEFAULT_MAXRECOVERYTHREADS
public static final int DEFAULT_MAXRECOVERYTHREADS
- See Also:
 - Constant Field Values
 
 
- 
DEFAULT
public static final UpdateShardHandlerConfig DEFAULT
 
- 
TEST_DEFAULT
public static final UpdateShardHandlerConfig TEST_DEFAULT
 
 - 
 
- 
Constructor Detail
- 
UpdateShardHandlerConfig
public UpdateShardHandlerConfig(int maxUpdateConnections, int maxUpdateConnectionsPerHost, int distributedSocketTimeout, int distributedConnectionTimeout, String metricNameStrategy, int maxRecoveryThreads) 
 - 
 
- 
Method Detail
- 
getMaxUpdateConnectionsPerHost
public int getMaxUpdateConnectionsPerHost()
 
- 
getMaxUpdateConnections
public int getMaxUpdateConnections()
 
- 
getDistributedSocketTimeout
public int getDistributedSocketTimeout()
 
- 
getDistributedConnectionTimeout
public int getDistributedConnectionTimeout()
 
- 
getMetricNameStrategy
public String getMetricNameStrategy()
 
- 
getMaxRecoveryThreads
public int getMaxRecoveryThreads()
 
 - 
 
 -