Package org.apache.solr.update
Class UpdateShardHandlerConfig
- java.lang.Object
- 
- org.apache.solr.update.UpdateShardHandlerConfig
 
- 
 public class UpdateShardHandlerConfig extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static UpdateShardHandlerConfigDEFAULTstatic intDEFAULT_MAXRECOVERYTHREADSstatic StringDEFAULT_METRICNAMESTRATEGY
 - 
Constructor SummaryConstructors Constructor Description UpdateShardHandlerConfig(int maxUpdateConnections, int maxUpdateConnectionsPerHost, int distributedSocketTimeout, int distributedConnectionTimeout, String metricNameStrategy, int maxRecoveryThreads)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDistributedConnectionTimeout()intgetDistributedSocketTimeout()intgetMaxRecoveryThreads()intgetMaxUpdateConnections()intgetMaxUpdateConnectionsPerHost()StringgetMetricNameStrategy()
 
- 
- 
- 
Field Detail- 
DEFAULT_METRICNAMESTRATEGYpublic static final String DEFAULT_METRICNAMESTRATEGY - See Also:
- Constant Field Values
 
 - 
DEFAULT_MAXRECOVERYTHREADSpublic static final int DEFAULT_MAXRECOVERYTHREADS - See Also:
- Constant Field Values
 
 - 
DEFAULTpublic static final UpdateShardHandlerConfig DEFAULT 
 
- 
 - 
Constructor Detail- 
UpdateShardHandlerConfigpublic UpdateShardHandlerConfig(int maxUpdateConnections, int maxUpdateConnectionsPerHost, int distributedSocketTimeout, int distributedConnectionTimeout, String metricNameStrategy, int maxRecoveryThreads)
 
- 
 - 
Method Detail- 
getMaxUpdateConnectionsPerHostpublic int getMaxUpdateConnectionsPerHost() 
 - 
getMaxUpdateConnectionspublic int getMaxUpdateConnections() 
 - 
getDistributedSocketTimeoutpublic int getDistributedSocketTimeout() 
 - 
getDistributedConnectionTimeoutpublic int getDistributedConnectionTimeout() 
 - 
getMetricNameStrategypublic String getMetricNameStrategy() 
 - 
getMaxRecoveryThreadspublic int getMaxRecoveryThreads() 
 
- 
 
-