public class ElasticsearchStoreConfig extends BaseSailConfig
Constructor and Description |
---|
ElasticsearchStoreConfig() |
Modifier and Type | Method and Description |
---|---|
void |
assertRequiredValuesPresent() |
Resource |
export(Model graph) |
String |
getClusterName() |
String |
getHostname() |
String |
getIndex() |
int |
getPort() |
void |
parse(Model graph,
Resource implNode) |
void |
setClusterName(String clusterName) |
void |
setHostname(String hostname) |
void |
setIndex(String index) |
void |
setPort(int port) |
getEvaluationStrategyFactory, getEvaluationStrategyFactoryClassName, setEvaluationStrategyFactoryClassName
getConnectionTimeOut, getIterationCacheSyncThreshold, getType, setConnectionTimeOut, setIterationCacheSyncThreshold, setType, validate
public Resource export(Model graph)
export
in interface SailImplConfig
export
in class BaseSailConfig
public void parse(Model graph, Resource implNode) throws SailConfigException
parse
in interface SailImplConfig
parse
in class BaseSailConfig
SailConfigException
public String getHostname()
public int getPort()
public String getClusterName()
public String getIndex()
public void setHostname(String hostname)
public void setPort(int port)
public void setClusterName(String clusterName)
public void setIndex(String index)
public void assertRequiredValuesPresent()
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.