public class ElasticSearchLocalConfig extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
clusterName |
protected String |
dataPath |
protected boolean |
httpEnabled |
protected String |
indexStoreType |
protected boolean |
isEnabled |
protected String |
networkHost |
protected String |
nodeName |
Constructor and Description |
---|
ElasticSearchLocalConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getClusterName() |
String |
getDataPath() |
String |
getIndexStorageType() |
String |
getNetworkHost() |
String |
getNodeName() |
boolean |
httpEnabled() |
boolean |
isEnabled() |
void |
setClusterName(String clusterName) |
void |
setDataPath(String dataPath) |
void |
setEnabled(boolean isEnabled) |
void |
setHttpEnabled(boolean httpEnabled) |
void |
setIndexStorageType(String indexStorageType) |
void |
setNetworkHost(String networkHost) |
void |
setNodeName(String nodeName) |
String |
toString() |
protected boolean isEnabled
protected String clusterName
protected String indexStoreType
protected boolean httpEnabled
protected String networkHost
public ElasticSearchLocalConfig()
public String getClusterName()
public String getDataPath()
public String getIndexStorageType()
public String getNetworkHost()
public String getNodeName()
public boolean httpEnabled()
public boolean isEnabled()
public void setClusterName(String clusterName)
public void setDataPath(String dataPath)
public void setEnabled(boolean isEnabled)
public void setHttpEnabled(boolean httpEnabled)
public void setIndexStorageType(String indexStorageType)
public void setNetworkHost(String networkHost)
public void setNodeName(String nodeName)
Copyright © 2015 Nuxeo SA. All rights reserved.