Package org.infinispan.health
Interface Health
-
public interface Health
An entry point for checking health status.- Since:
- 9.0
- Author:
- Sebastian Ćaskawiec
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<CacheHealth>
getCacheHealth()
Returns per cache health.ClusterHealth
getClusterHealth()
Returns Cluster health.HostInfo
getHostInfo()
Gets basic information about the host.
-
-
-
Method Detail
-
getClusterHealth
ClusterHealth getClusterHealth()
Returns Cluster health.
-
getCacheHealth
List<CacheHealth> getCacheHealth()
Returns per cache health.
-
getHostInfo
HostInfo getHostInfo()
Gets basic information about the host.
-
-