Package org.infinispan.health.impl
Class HealthImpl
- java.lang.Object
-
- org.infinispan.health.impl.HealthImpl
-
-
Constructor Summary
Constructors Constructor Description HealthImpl(EmbeddedCacheManager embeddedCacheManager)
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Constructor Detail
-
HealthImpl
public HealthImpl(EmbeddedCacheManager embeddedCacheManager)
-
-
Method Detail
-
getClusterHealth
public ClusterHealth getClusterHealth()
Description copied from interface:Health
Returns Cluster health.- Specified by:
getClusterHealth
in interfaceHealth
-
getCacheHealth
public List<CacheHealth> getCacheHealth()
Description copied from interface:Health
Returns per cache health.- Specified by:
getCacheHealth
in interfaceHealth
-
getHostInfo
public HostInfo getHostInfo()
Description copied from interface:Health
Gets basic information about the host.- Specified by:
getHostInfo
in interfaceHealth
-
-