public abstract class AbstractCacheHealthIndicator
extends org.springframework.boot.actuate.health.AbstractHealthIndicator
Modifier and Type | Field and Description |
---|---|
protected CasConfigurationProperties |
casProperties
CAS settings.
|
Constructor and Description |
---|
AbstractCacheHealthIndicator() |
Modifier and Type | Method and Description |
---|---|
protected void |
doHealthCheck(org.springframework.boot.actuate.health.Health.Builder builder) |
protected abstract CacheStatistics[] |
getStatistics()
Gets the statistics from this monitor.
|
protected org.springframework.boot.actuate.health.Status |
status(CacheStatistics statistics)
Computes the status code for a given set of cache statistics.
|
protected final CasConfigurationProperties casProperties
protected void doHealthCheck(org.springframework.boot.actuate.health.Health.Builder builder)
doHealthCheck
in class org.springframework.boot.actuate.health.AbstractHealthIndicator
protected abstract CacheStatistics[] getStatistics()
protected org.springframework.boot.actuate.health.Status status(CacheStatistics statistics)
statistics
- Cache statistics.