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.
|
health
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHealth
public CassandraHealthIndicator()
public CassandraHealthIndicator(org.springframework.data.cassandra.core.CassandraOperations cassandraOperations)
CassandraHealthIndicator
instance.cassandraOperations
- the Cassandra operationsprotected 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.