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 UpdateShardHandlerConfig
DEFAULT
static int
DEFAULT_MAXRECOVERYTHREADS
static String
DEFAULT_METRICNAMESTRATEGY
static UpdateShardHandlerConfig
TEST_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 int
getDistributedConnectionTimeout()
int
getDistributedSocketTimeout()
int
getMaxRecoveryThreads()
int
getMaxUpdateConnections()
int
getMaxUpdateConnectionsPerHost()
String
getMetricNameStrategy()
-
-
-
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()
-
-