CassandraDriverHealthIndicator@Deprecated public class CassandraHealthIndicator extends AbstractHealthIndicator
HealthIndicator returning status information for
Cassandra data stores.| Constructor and Description |
|---|
CassandraHealthIndicator()
Deprecated.
|
CassandraHealthIndicator(org.springframework.data.cassandra.core.CassandraOperations cassandraOperations)
Deprecated.
Create a new
CassandraHealthIndicator instance. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doHealthCheck(Health.Builder builder)
Deprecated.
Actual health check logic.
|
healthclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHealthpublic CassandraHealthIndicator()
public CassandraHealthIndicator(org.springframework.data.cassandra.core.CassandraOperations cassandraOperations)
CassandraHealthIndicator instance.cassandraOperations - the Cassandra operationsprotected 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.