public class ElasticSearchLocalConfig extends Object implements Serializable
Constructor and Description |
---|
ElasticSearchLocalConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getClusterName() |
String |
getDataPath() |
String |
getIndexStorageType() |
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 |
setNodeName(String nodeName) |
String |
toString() |
public String getDataPath()
public void setDataPath(String dataPath)
public String getIndexStorageType()
public void setIndexStorageType(String indexStorageType)
public boolean httpEnabled()
public void setHttpEnabled(boolean httpEnabled)
public String getClusterName()
public void setClusterName(String clusterName)
public String getNodeName()
public void setNodeName(String nodeName)
public boolean isEnabled()
public void setEnabled(boolean isEnabled)
Copyright © 2014 Nuxeo SA. All rights reserved.