public class ElasticsearchSettingsDto extends Object
| Constructor and Description |
|---|
ElasticsearchSettingsDto() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getClientTransportAddresses() |
String |
getElasticSearchCluster() |
boolean |
isClientTransportSniff() |
void |
setClientTransportAddresses(List<String> clientTransportAddresses) |
void |
setClientTransportSniff(boolean clientTransportSniff) |
void |
setElasticSearchCluster(String elasticSearchCluster) |
public void setClientTransportAddresses(List<String> clientTransportAddresses)
public boolean isClientTransportSniff()
public void setClientTransportSniff(boolean clientTransportSniff)
public String getElasticSearchCluster()
public void setElasticSearchCluster(String elasticSearchCluster)
Copyright © 2017. All rights reserved.