public class SolrServerConfigDTO extends ItemDTO
| Constructor and Description |
|---|
SolrServerConfigDTO()
Generated constructor - for generic creation.
|
getComments, getCreationtime, getItemtype, getModifiedtime, getOwner, getPk, setComments, setCreationtime, setItemtype, setModifiedtime, setOwner, setPkpublic SolrServerConfigDTO()
public Integer getAliveCheckInterval()
public Integer getConnectionTimeout()
public Integer getIndexingAliveCheckInterval()
public Integer getIndexingConnectionTimeout()
public Integer getIndexingMaxTotalConnections()
public Integer getIndexingMaxTotalConnectionsPerHostConfig()
public Integer getIndexingSocketTimeout()
public Integer getMaxTotalConnections()
public Integer getMaxTotalConnectionsPerHostConfig()
public String getMode()
public String getName()
public Integer getNumShards()
public Integer getReadTimeout()
public Integer getReplicationFactor()
public Integer getSocketTimeout()
public List<SolrEndpointUrlDTO> getSolrEndpointUrls()
public boolean isEmbeddedMaster()
public boolean isIndexingTcpNoDelay()
public boolean isTcpNoDelay()
public boolean isUseMasterNodeExclusivelyForIndexing()
public void setAliveCheckInterval(Integer value)
public void setConnectionTimeout(Integer value)
public void setEmbeddedMaster(boolean value)
public void setIndexingAliveCheckInterval(Integer value)
public void setIndexingConnectionTimeout(Integer value)
public void setIndexingMaxTotalConnections(Integer value)
public void setIndexingMaxTotalConnectionsPerHostConfig(Integer value)
public void setIndexingSocketTimeout(Integer value)
public void setIndexingTcpNoDelay(boolean value)
public void setMaxTotalConnections(Integer value)
public void setMaxTotalConnectionsPerHostConfig(Integer value)
public void setMode(String value)
public void setName(String value)
public void setNumShards(Integer value)
public void setReadTimeout(Integer value)
public void setReplicationFactor(Integer value)
public void setSocketTimeout(Integer value)
public void setSolrEndpointUrls(List<SolrEndpointUrlDTO> value)
public void setTcpNoDelay(boolean value)
public void setUseMasterNodeExclusivelyForIndexing(boolean value)
Copyright © 2017 SAP SE. All Rights Reserved.