Class SolrClientConfig
- java.lang.Object
-
- de.hybris.platform.solrfacetsearch.config.SolrClientConfig
-
- All Implemented Interfaces:
java.io.Serializable
public class SolrClientConfig extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SolrClientConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetAliveCheckInterval()java.lang.IntegergetConnectionTimeout()java.lang.IntegergetMaxConnections()java.lang.IntegergetMaxConnectionsPerHost()java.lang.StringgetPassword()java.lang.IntegergetSocketTimeout()java.lang.StringgetUsername()booleanisTcpNoDelay()voidsetAliveCheckInterval(java.lang.Integer aliveCheckInterval)voidsetConnectionTimeout(java.lang.Integer connectionTimeout)voidsetMaxConnections(java.lang.Integer maxConnections)voidsetMaxConnectionsPerHost(java.lang.Integer maxConnectionsPerHost)voidsetPassword(java.lang.String password)voidsetSocketTimeout(java.lang.Integer socketTimeout)voidsetTcpNoDelay(boolean tcpNoDelay)voidsetUsername(java.lang.String username)
-
-
-
Method Detail
-
setAliveCheckInterval
public void setAliveCheckInterval(java.lang.Integer aliveCheckInterval)
-
getAliveCheckInterval
public java.lang.Integer getAliveCheckInterval()
-
setConnectionTimeout
public void setConnectionTimeout(java.lang.Integer connectionTimeout)
-
getConnectionTimeout
public java.lang.Integer getConnectionTimeout()
-
setSocketTimeout
public void setSocketTimeout(java.lang.Integer socketTimeout)
-
getSocketTimeout
public java.lang.Integer getSocketTimeout()
-
setMaxConnections
public void setMaxConnections(java.lang.Integer maxConnections)
-
getMaxConnections
public java.lang.Integer getMaxConnections()
-
setMaxConnectionsPerHost
public void setMaxConnectionsPerHost(java.lang.Integer maxConnectionsPerHost)
-
getMaxConnectionsPerHost
public java.lang.Integer getMaxConnectionsPerHost()
-
setTcpNoDelay
public void setTcpNoDelay(boolean tcpNoDelay)
-
isTcpNoDelay
public boolean isTcpNoDelay()
-
setUsername
public void setUsername(java.lang.String username)
-
getUsername
public java.lang.String getUsername()
-
setPassword
public void setPassword(java.lang.String password)
-
getPassword
public java.lang.String getPassword()
-
-