Class ClusterConfig
java.lang.Object
de.hybris.platform.solrfacetsearch.config.ClusterConfig
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetAliveCheckInterval(Integer aliveCheckInterval) voidsetConnectionTimeout(Integer connectionTimeout) voidsetEndpointURLs(List<EndpointURL> endpointURLs) voidsetMaxConnections(Integer maxConnections) voidsetMaxConnectionsPerHost(Integer maxConnectionsPerHost) voidsetNumShards(Integer numShards) voidsetReplicationFactor(Integer replicationFactor) voidsetSocketTimeout(Integer socketTimeout) voidsetTcpNoDelay(boolean tcpNoDelay) voidsetUseMasterNodeExclusivelyForIndexing(boolean useMasterNodeExclusivelyForIndexing)
-
Constructor Details
-
ClusterConfig
public ClusterConfig()
-
-
Method Details
-
setAliveCheckInterval
-
getAliveCheckInterval
-
setConnectionTimeout
-
getConnectionTimeout
-
setSocketTimeout
-
getSocketTimeout
-
setMaxConnections
-
getMaxConnections
-
setMaxConnectionsPerHost
-
getMaxConnectionsPerHost
-
setTcpNoDelay
public void setTcpNoDelay(boolean tcpNoDelay) -
isTcpNoDelay
public boolean isTcpNoDelay() -
setEndpointURLs
-
getEndpointURLs
-
setUseMasterNodeExclusivelyForIndexing
public void setUseMasterNodeExclusivelyForIndexing(boolean useMasterNodeExclusivelyForIndexing) -
isUseMasterNodeExclusivelyForIndexing
public boolean isUseMasterNodeExclusivelyForIndexing() -
setNumShards
-
getNumShards
-
setReplicationFactor
-
getReplicationFactor
-