Package org.infinispan.health
Interface Health
- All Known Implementing Classes:
HealthImpl
public interface Health
An entry point for checking health status.
- Since:
- 9.0
- Author:
- Sebastian Ćaskawiec
-
Method Summary
Modifier and TypeMethodDescriptionReturns per cache health.getCacheHealth
(Set<String> cacheNames) Returns per cache health for the provided cache names.Returns Cluster health.Gets basic information about the host.
-
Method Details
-
getClusterHealth
ClusterHealth getClusterHealth()Returns Cluster health. -
getCacheHealth
List<CacheHealth> getCacheHealth()Returns per cache health. -
getCacheHealth
Returns per cache health for the provided cache names.- Parameters:
cacheNames
-
-
getHostInfo
HostInfo getHostInfo()Gets basic information about the host.
-