public class ClusterConfig
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ClusterConfig() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getAliveCheckInterval() |
java.lang.Integer |
getConnectionTimeout() |
java.util.List<EndpointURL> |
getEndpointURLs() |
java.lang.Integer |
getMaxConnections() |
java.lang.Integer |
getMaxConnectionsPerHost() |
java.lang.Integer |
getNumShards() |
java.lang.Integer |
getReplicationFactor() |
java.lang.Integer |
getSocketTimeout() |
boolean |
isTcpNoDelay() |
boolean |
isUseMasterNodeExclusivelyForIndexing() |
void |
setAliveCheckInterval(java.lang.Integer aliveCheckInterval) |
void |
setConnectionTimeout(java.lang.Integer connectionTimeout) |
void |
setEndpointURLs(java.util.List<EndpointURL> endpointURLs) |
void |
setMaxConnections(java.lang.Integer maxConnections) |
void |
setMaxConnectionsPerHost(java.lang.Integer maxConnectionsPerHost) |
void |
setNumShards(java.lang.Integer numShards) |
void |
setReplicationFactor(java.lang.Integer replicationFactor) |
void |
setSocketTimeout(java.lang.Integer socketTimeout) |
void |
setTcpNoDelay(boolean tcpNoDelay) |
void |
setUseMasterNodeExclusivelyForIndexing(boolean useMasterNodeExclusivelyForIndexing) |
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 setEndpointURLs(java.util.List<EndpointURL> endpointURLs)
public java.util.List<EndpointURL> getEndpointURLs()
public void setUseMasterNodeExclusivelyForIndexing(boolean useMasterNodeExclusivelyForIndexing)
public boolean isUseMasterNodeExclusivelyForIndexing()
public void setNumShards(java.lang.Integer numShards)
public java.lang.Integer getNumShards()
public void setReplicationFactor(java.lang.Integer replicationFactor)
public java.lang.Integer getReplicationFactor()
Copyright © 2018 SAP SE. All Rights Reserved.