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