@Component(value="elasticSearchProperties") @ConfigurationProperties(prefix="lbs.elastic") public class ElasticSearchProperties extends Object
| Constructor and Description |
|---|
ElasticSearchProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterNodes() |
long |
getConnectionTimeout() |
String |
getEventsIndexName() |
String |
getHomepage() |
String |
getNotificationsIndexName() |
long |
getSocketTimeout() |
void |
setClusterNodes(String clusterNodes) |
void |
setConnectionTimeout(long connectionTimeout) |
void |
setEventsIndexName(String eventsIndexName) |
void |
setHomepage(String homepage) |
void |
setNotificationsIndexName(String notificationsIndexName) |
void |
setSocketTimeout(long socketTimeout) |
public String getClusterNodes()
public void setClusterNodes(String clusterNodes)
public String getHomepage()
public void setHomepage(String homepage)
public String getEventsIndexName()
public void setEventsIndexName(String eventsIndexName)
public String getNotificationsIndexName()
public void setNotificationsIndexName(String notificationsIndexName)
public long getConnectionTimeout()
public void setConnectionTimeout(long connectionTimeout)
public long getSocketTimeout()
public void setSocketTimeout(long socketTimeout)
Copyright © 2025. All rights reserved.