public class ElasticHealthCheck extends Object implements HealthCheck
HealthCheck
is
only validating if the connection to ElasticSearch from the view of the flows/elastic bundle is working.Constructor and Description |
---|
ElasticHealthCheck(io.searchbox.client.JestClient jestClient,
String featureName) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
The description of the
HealthCheck , e.g. |
Response |
perform(Context context)
Implements the check itself, e.g.
|
public ElasticHealthCheck(io.searchbox.client.JestClient jestClient, String featureName)
public String getDescription()
HealthCheck
HealthCheck
, e.g. "Connecting to OpenNMS ReST API".
This is used when visualizing the progress or result of the checks.getDescription
in interface HealthCheck
public Response perform(Context context)
HealthCheck
HealthCheckService
, it is advised that all timeout restrictions
etc are handled by the service instead of the HealthCheck
implementation.
Implementations might throw an Exception, which should be handled by the HealthCheckService
as well.
The response indicates if the check was successful, or encountered other problems. If null is returned,
the HealthCheckService
should consider this as Status.Unknown
.perform
in interface HealthCheck
HealthCheckService
Copyright © 2021. All rights reserved.