mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-22 20:12:11 +00:00
Merge branch 'geo_location' added missing file
This commit is contained in:
parent
7e9f12cc9c
commit
6ea839d97c
@ -46,9 +46,6 @@ public class TransportClientFactoryBean implements FactoryBean<TransportClient>,
|
|||||||
private Boolean clientIgnoreClusterName;
|
private Boolean clientIgnoreClusterName;
|
||||||
private String clientPingTimeout;
|
private String clientPingTimeout;
|
||||||
private String clientNodesSamplerInterval;
|
private String clientNodesSamplerInterval;
|
||||||
private Boolean clientIgnoreClusterName;
|
|
||||||
private String clientPingTimeout;
|
|
||||||
private String clientNodesSamplerInterval;
|
|
||||||
private TransportClient client;
|
private TransportClient client;
|
||||||
private Properties properties;
|
private Properties properties;
|
||||||
static final String COLON = ":";
|
static final String COLON = ":";
|
||||||
@ -121,8 +118,6 @@ public class TransportClientFactoryBean implements FactoryBean<TransportClient>,
|
|||||||
this.clusterName = clusterName;
|
this.clusterName = clusterName;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setClientTransportSniff(Boolean clientTransportSniff) {
|
public void setClientTransportSniff(Boolean clientTransportSniff) {
|
||||||
this.clientTransportSniff = clientTransportSniff;
|
this.clientTransportSniff = clientTransportSniff;
|
||||||
}
|
}
|
||||||
@ -151,30 +146,6 @@ public class TransportClientFactoryBean implements FactoryBean<TransportClient>,
|
|||||||
this.clientIgnoreClusterName = clientIgnoreClusterName;
|
this.clientIgnoreClusterName = clientIgnoreClusterName;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getClientNodesSamplerInterval() {
|
|
||||||
return clientNodesSamplerInterval;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setClientNodesSamplerInterval(String clientNodesSamplerInterval) {
|
|
||||||
this.clientNodesSamplerInterval = clientNodesSamplerInterval;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getClientPingTimeout() {
|
|
||||||
return clientPingTimeout;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setClientPingTimeout(String clientPingTimeout) {
|
|
||||||
this.clientPingTimeout = clientPingTimeout;
|
|
||||||
}
|
|
||||||
|
|
||||||
public Boolean getClientIgnoreClusterName() {
|
|
||||||
return clientIgnoreClusterName;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setClientIgnoreClusterName(Boolean clientIgnoreClusterName) {
|
|
||||||
this.clientIgnoreClusterName = clientIgnoreClusterName;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setProperties(Properties properties) {
|
public void setProperties(Properties properties) {
|
||||||
this.properties = properties;
|
this.properties = properties;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user