public class MemcachedHealthIndicator extends AbstractCacheHealthIndicator
MemcachedClientIF
.casProperties
Constructor and Description |
---|
MemcachedHealthIndicator(org.apache.commons.pool2.ObjectPool<net.spy.memcached.MemcachedClientIF> client,
CasConfigurationProperties casProperties) |
Modifier and Type | Method and Description |
---|---|
protected void |
doHealthCheck(org.springframework.boot.actuate.health.Health.Builder builder) |
protected CacheStatistics[] |
getStatistics()
Get cache statistics for all memcached hosts known to
MemcachedClientIF . |
status
public MemcachedHealthIndicator(org.apache.commons.pool2.ObjectPool<net.spy.memcached.MemcachedClientIF> client, CasConfigurationProperties casProperties)
protected void doHealthCheck(org.springframework.boot.actuate.health.Health.Builder builder)
doHealthCheck
in class AbstractCacheHealthIndicator
protected CacheStatistics[] getStatistics()
MemcachedClientIF
.getStatistics
in class AbstractCacheHealthIndicator