Class ClusterConfig

java.lang.Object
de.hybris.platform.solrfacetsearch.config.ClusterConfig
All Implemented Interfaces:
Serializable

public class ClusterConfig extends Object implements Serializable
See Also:
  • Constructor Details

    • ClusterConfig

      public ClusterConfig()
  • Method Details

    • setAliveCheckInterval

      public void setAliveCheckInterval(Integer aliveCheckInterval)
    • getAliveCheckInterval

      public Integer getAliveCheckInterval()
    • setConnectionTimeout

      public void setConnectionTimeout(Integer connectionTimeout)
    • getConnectionTimeout

      public Integer getConnectionTimeout()
    • setSocketTimeout

      public void setSocketTimeout(Integer socketTimeout)
    • getSocketTimeout

      public Integer getSocketTimeout()
    • setMaxConnections

      public void setMaxConnections(Integer maxConnections)
    • getMaxConnections

      public Integer getMaxConnections()
    • setMaxConnectionsPerHost

      public void setMaxConnectionsPerHost(Integer maxConnectionsPerHost)
    • getMaxConnectionsPerHost

      public Integer getMaxConnectionsPerHost()
    • setTcpNoDelay

      public void setTcpNoDelay(boolean tcpNoDelay)
    • isTcpNoDelay

      public boolean isTcpNoDelay()
    • setEndpointURLs

      public void setEndpointURLs(List<EndpointURL> endpointURLs)
    • getEndpointURLs

      public List<EndpointURL> getEndpointURLs()
    • setUseMasterNodeExclusivelyForIndexing

      public void setUseMasterNodeExclusivelyForIndexing(boolean useMasterNodeExclusivelyForIndexing)
    • isUseMasterNodeExclusivelyForIndexing

      public boolean isUseMasterNodeExclusivelyForIndexing()
    • setNumShards

      public void setNumShards(Integer numShards)
    • getNumShards

      public Integer getNumShards()
    • setReplicationFactor

      public void setReplicationFactor(Integer replicationFactor)
    • getReplicationFactor

      public Integer getReplicationFactor()