Class StatsProperties.Elastic
java.lang.Object
io.spring.initializr.actuate.stat.StatsProperties.Elastic
- Enclosing class:
- StatsProperties
Elasticsearch configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getUri()
void
setIndexName
(String indexName) void
setMaxAttempts
(int maxAttempts) void
setPassword
(String password) void
void
setUsername
(String username)
-
Constructor Details
-
Elastic
public Elastic()
-
-
Method Details
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getIndexName
-
setIndexName
-
getMaxAttempts
public int getMaxAttempts() -
setMaxAttempts
public void setMaxAttempts(int maxAttempts) -
getUri
-
setUri
-