public class CassandraDriverHealthIndicator extends AbstractHealthIndicator
HealthIndicator
returning status information for
Cassandra data stores.Constructor and Description |
---|
CassandraDriverHealthIndicator(com.datastax.oss.driver.api.core.CqlSession session)
Create a new
CassandraDriverHealthIndicator instance. |
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 CassandraDriverHealthIndicator(com.datastax.oss.driver.api.core.CqlSession session)
CassandraDriverHealthIndicator
instance.session
- the CqlSession
.protected 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.