public static class SolrConfig.ClientConfig.LBHttpClientConfig extends Object
Constructor and Description |
---|
LBHttpClientConfig() |
Modifier and Type | Method and Description |
---|---|
Integer |
getAliveCheckInterval() |
Integer |
getConnectionTimeout() |
Set<String> |
getQueryParams() |
Integer |
getSocketTimeout() |
SolrConfig.ClientConfig.LBHttpClientConfig |
setAliveCheckInterval(Integer aliveCheckInterval) |
SolrConfig.ClientConfig.LBHttpClientConfig |
setConnectionTimeout(Integer connectionTimeout) |
SolrConfig.ClientConfig.LBHttpClientConfig |
setQueryParams(Set<String> queryParams) |
SolrConfig.ClientConfig.LBHttpClientConfig |
setSocketTimeout(Integer socketTimeout) |
public Integer getConnectionTimeout()
public SolrConfig.ClientConfig.LBHttpClientConfig setConnectionTimeout(Integer connectionTimeout)
public Integer getSocketTimeout()
public SolrConfig.ClientConfig.LBHttpClientConfig setSocketTimeout(Integer socketTimeout)
public SolrConfig.ClientConfig.LBHttpClientConfig setQueryParams(Set<String> queryParams)
public Integer getAliveCheckInterval()
public SolrConfig.ClientConfig.LBHttpClientConfig setAliveCheckInterval(Integer aliveCheckInterval)
Copyright © 2013-2018–2019 SeedStack. All rights reserved.