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