Package org.apache.unomi.healthcheck
Class HealthCheckConfig
java.lang.Object
org.apache.unomi.healthcheck.HealthCheckConfig
Health check configuration.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetSize()intbooleanvoidvoidvoidsetEnabled(boolean enabled) voidsetEnabledProviders(List<String> enabledProviders) voidsetTimeout(int timeout)
-
Field Details
-
CONFIG_ES_ADDRESSES
- See Also:
-
CONFIG_ES_SSL_ENABLED
- See Also:
-
CONFIG_ES_LOGIN
- See Also:
-
CONFIG_ES_PASSWORD
- See Also:
-
CONFIG_TRUST_ALL_CERTIFICATES
- See Also:
-
CONFIG_AUTH_REALM
- See Also:
-
ENABLED
- See Also:
-
PROVIDERS
- See Also:
-
TIMEOUT
- See Also:
-
-
Constructor Details
-
HealthCheckConfig
public HealthCheckConfig()
-
-
Method Details
-
modified
-
get
-
getSize
public int getSize() -
isEnabled
public boolean isEnabled() -
getEnabledProviders
-
getTimeout
public int getTimeout() -
setConfig
-
setEnabled
public void setEnabled(boolean enabled) -
setEnabledProviders
-
setTimeout
public void setTimeout(int timeout)
-