Class ClusterConfig

  • All Implemented Interfaces:
    java.io.Serializable

    public class ClusterConfig
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • ClusterConfig

        public ClusterConfig()
    • 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()
      • setEndpointURLs

        public void setEndpointURLs​(java.util.List<EndpointURL> endpointURLs)
      • getEndpointURLs

        public java.util.List<EndpointURL> getEndpointURLs()
      • setUseMasterNodeExclusivelyForIndexing

        public void setUseMasterNodeExclusivelyForIndexing​(boolean useMasterNodeExclusivelyForIndexing)
      • isUseMasterNodeExclusivelyForIndexing

        public boolean isUseMasterNodeExclusivelyForIndexing()
      • setNumShards

        public void setNumShards​(java.lang.Integer numShards)
      • getNumShards

        public java.lang.Integer getNumShards()
      • setReplicationFactor

        public void setReplicationFactor​(java.lang.Integer replicationFactor)
      • getReplicationFactor

        public java.lang.Integer getReplicationFactor()