Class ElasticsearchNode
java.lang.Object
fr.gouv.vitam.common.database.server.elasticsearch.ElasticsearchNode
Elasticsearch Node
-
Constructor Summary
ConstructorDescriptionElasticsearchNode empty constructor for YAMLFactoryElasticsearchNode
(String hostName, int httpPort) -
Method Summary
-
Constructor Details
-
ElasticsearchNode
public ElasticsearchNode()ElasticsearchNode empty constructor for YAMLFactory -
ElasticsearchNode
- Parameters:
hostName
- the node host namehttpPort
- the node tcp port
-
-
Method Details
-
getHostName
- Returns:
- the hostName
-
getHttpPort
public int getHttpPort()- Returns:
- the httpPort
-
setHostName
- Parameters:
hostName
- the hostName to set- Returns:
- this
-
setHttpPort
- Parameters:
httpPort
- the httpPort to set- Returns:
- this
-