public class SolrClientConfig extends Object implements Serializable
| Constructor and Description |
|---|
SolrClientConfig() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAliveCheckInterval() |
Integer |
getConnectionTimeout() |
Integer |
getMaxConnections() |
Integer |
getMaxConnectionsPerHost() |
Integer |
getSocketTimeout() |
boolean |
isTcpNoDelay() |
void |
setAliveCheckInterval(Integer aliveCheckInterval) |
void |
setConnectionTimeout(Integer connectionTimeout) |
void |
setMaxConnections(Integer maxConnections) |
void |
setMaxConnectionsPerHost(Integer maxConnectionsPerHost) |
void |
setSocketTimeout(Integer socketTimeout) |
void |
setTcpNoDelay(boolean tcpNoDelay) |
public void setAliveCheckInterval(Integer aliveCheckInterval)
public Integer getAliveCheckInterval()
public void setConnectionTimeout(Integer connectionTimeout)
public Integer getConnectionTimeout()
public void setSocketTimeout(Integer socketTimeout)
public Integer getSocketTimeout()
public void setMaxConnections(Integer maxConnections)
public Integer getMaxConnections()
public void setMaxConnectionsPerHost(Integer maxConnectionsPerHost)
public Integer getMaxConnectionsPerHost()
public void setTcpNoDelay(boolean tcpNoDelay)
public boolean isTcpNoDelay()
Copyright © 2017 SAP SE. All Rights Reserved.