Package org.infinispan.health.impl
Class HealthImpl
- java.lang.Object
-
- org.infinispan.health.impl.HealthImpl
-
-
Constructor Summary
Constructors Constructor Description HealthImpl(EmbeddedCacheManager embeddedCacheManager, InternalCacheRegistry internalCacheRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CacheHealth>getCacheHealth()Returns per cache health.List<CacheHealth>getCacheHealth(Set<String> cacheNames)Returns per cache health for the provided cache names.ClusterHealthgetClusterHealth()Returns Cluster health.HostInfogetHostInfo()Gets basic information about the host.
-
-
-
Constructor Detail
-
HealthImpl
public HealthImpl(EmbeddedCacheManager embeddedCacheManager, InternalCacheRegistry internalCacheRegistry)
-
-
Method Detail
-
getClusterHealth
public ClusterHealth getClusterHealth()
Description copied from interface:HealthReturns Cluster health.- Specified by:
getClusterHealthin interfaceHealth
-
getCacheHealth
public List<CacheHealth> getCacheHealth()
Description copied from interface:HealthReturns per cache health.- Specified by:
getCacheHealthin interfaceHealth
-
getCacheHealth
public List<CacheHealth> getCacheHealth(Set<String> cacheNames)
Description copied from interface:HealthReturns per cache health for the provided cache names.- Specified by:
getCacheHealthin interfaceHealth
-
getHostInfo
public HostInfo getHostInfo()
Description copied from interface:HealthGets basic information about the host.- Specified by:
getHostInfoin interfaceHealth
-
-