Package org.infinispan.health
Interface Health
-
public interface HealthAn 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.ClusterHealthgetClusterHealth()Returns Cluster health.HostInfogetHostInfo()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.
-
-