public class CouchbaseHealthIndicator extends AbstractHealthIndicator
HealthIndicator
for Couchbase.Constructor and Description |
---|
CouchbaseHealthIndicator(com.couchbase.client.java.Cluster cluster)
Create an indicator with the specified
Cluster . |
Modifier and Type | Method and Description |
---|---|
protected void |
doHealthCheck(Health.Builder builder)
Actual health check logic.
|
health
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHealth
public CouchbaseHealthIndicator(com.couchbase.client.java.Cluster cluster)
Cluster
.cluster
- the Couchbase Clusterprotected void doHealthCheck(Health.Builder builder) throws Exception
AbstractHealthIndicator
doHealthCheck
in class AbstractHealthIndicator
builder
- the Health.Builder
to report health status and detailsException
- any Exception
that should create a Status.DOWN
system status.