public class SolrClientConfig
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SolrClientConfig() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getAliveCheckInterval() |
java.lang.Integer |
getConnectionTimeout() |
java.lang.Integer |
getMaxConnections() |
java.lang.Integer |
getMaxConnectionsPerHost() |
java.lang.String |
getPassword() |
java.lang.Integer |
getSocketTimeout() |
java.lang.String |
getUsername() |
boolean |
isTcpNoDelay() |
void |
setAliveCheckInterval(java.lang.Integer aliveCheckInterval) |
void |
setConnectionTimeout(java.lang.Integer connectionTimeout) |
void |
setMaxConnections(java.lang.Integer maxConnections) |
void |
setMaxConnectionsPerHost(java.lang.Integer maxConnectionsPerHost) |
void |
setPassword(java.lang.String password) |
void |
setSocketTimeout(java.lang.Integer socketTimeout) |
void |
setTcpNoDelay(boolean tcpNoDelay) |
void |
setUsername(java.lang.String username) |
public void setAliveCheckInterval(java.lang.Integer aliveCheckInterval)
public java.lang.Integer getAliveCheckInterval()
public void setConnectionTimeout(java.lang.Integer connectionTimeout)
public java.lang.Integer getConnectionTimeout()
public void setSocketTimeout(java.lang.Integer socketTimeout)
public java.lang.Integer getSocketTimeout()
public void setMaxConnections(java.lang.Integer maxConnections)
public java.lang.Integer getMaxConnections()
public void setMaxConnectionsPerHost(java.lang.Integer maxConnectionsPerHost)
public java.lang.Integer getMaxConnectionsPerHost()
public void setTcpNoDelay(boolean tcpNoDelay)
public boolean isTcpNoDelay()
public void setUsername(java.lang.String username)
public java.lang.String getUsername()
public void setPassword(java.lang.String password)
public java.lang.String getPassword()
Copyright © 2018 SAP SE. All Rights Reserved.