public class GeodeCacheServersHealthIndicator extends AbstractGeodeHealthIndicator
GeodeCacheServersHealthIndicator
class is a Spring Boot HealthIndicator
providing details about
the health of Apache Geode CacheServers
.Cache
,
GemFireCache
,
CacheServer
,
Health
,
HealthIndicator
,
AbstractGeodeHealthIndicator
,
ActuatorServerLoadProbeWrapper
UNKNOWN
Constructor and Description |
---|
GeodeCacheServersHealthIndicator()
Default constructor to construct an uninitialized instance of
GeodeCacheServersHealthIndicator ,
which will not provide any health information. |
GeodeCacheServersHealthIndicator(org.apache.geode.cache.GemFireCache gemfireCache)
Constructs an instance of the
GeodeCacheServersHealthIndicator initialized with a reference to
the GemFireCache instance. |
Modifier and Type | Method and Description |
---|---|
protected void |
doHealthCheck(org.springframework.boot.actuate.health.Health.Builder builder) |
getGemFireCache, nullSafeClassName, toYesNoString
public GeodeCacheServersHealthIndicator()
GeodeCacheServersHealthIndicator
,
which will not provide any health information.public GeodeCacheServersHealthIndicator(org.apache.geode.cache.GemFireCache gemfireCache)
GeodeCacheServersHealthIndicator
initialized with a reference to
the GemFireCache
instance.gemfireCache
- reference to the GemFireCache
instance used to collect health information.java.lang.IllegalArgumentException
- if GemFireCache
is null.GemFireCache