public class ElasticSearchRemoteConfig extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
addressList |
protected boolean |
clientTransportIgnoreClusterName |
protected String |
clientTransportNodesSamplerInterval |
protected String |
clientTransportPingTimeout |
protected boolean |
clientTransportSniff |
protected String |
clusterName |
protected boolean |
isEnabled |
Constructor and Description |
---|
ElasticSearchRemoteConfig() |
Modifier and Type | Method and Description |
---|---|
String[] |
getAddresses() |
String |
getClusterName() |
String |
getPingTimeout() |
String |
getSamplerInterval() |
boolean |
isClusterSniff() |
boolean |
isEnabled() |
boolean |
isIgnoreClusterName() |
void |
setClusterName(String clusterName) |
void |
setEnabled(boolean isEnabled) |
String |
toString() |
protected boolean isEnabled
protected String clusterName
protected String addressList
protected boolean clientTransportSniff
protected boolean clientTransportIgnoreClusterName
protected String clientTransportPingTimeout
protected String clientTransportNodesSamplerInterval
public ElasticSearchRemoteConfig()
public String getClusterName()
public void setClusterName(String clusterName)
public String[] getAddresses()
public boolean isIgnoreClusterName()
public boolean isClusterSniff()
public String getPingTimeout()
public String getSamplerInterval()
public boolean isEnabled()
public void setEnabled(boolean isEnabled)
Copyright © 2015 Nuxeo SA. All rights reserved.