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.
|
healthclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHealthpublic CassandraDriverHealthIndicator(com.datastax.oss.driver.api.core.CqlSession session)
CassandraDriverHealthIndicator instance.session - the CqlSession.protected void doHealthCheck(Health.Builder builder) throws Exception
AbstractHealthIndicatordoHealthCheck in class AbstractHealthIndicatorbuilder - the Health.Builder to report health status and detailsException - any Exception that should create a Status.DOWN
system status.