Interface ElasticsearchConnectionConfiguration
@ProviderType
public interface ElasticsearchConnectionConfiguration
-
Method Details
-
active
boolean active() -
connectionId
String connectionId() -
networkHostAddresses
String[] networkHostAddresses() -
authenticationEnabled
boolean authenticationEnabled() -
username
String username() -
password
String password() -
httpSSLEnabled
boolean httpSSLEnabled() -
maxConnections
int maxConnections() -
maxConnectionsPerRoute
int maxConnectionsPerRoute() -
truststoreType
String truststoreType() -
truststorePath
String truststorePath() -
truststorePassword
String truststorePassword() -
proxyHost
String proxyHost() -
proxyPort
int proxyPort() -
proxyUserName
String proxyUserName() -
proxyPassword
String proxyPassword()
-