Package org.infinispan.health.impl
Class HealthImpl
java.lang.Object
org.infinispan.health.impl.HealthImpl
- All Implemented Interfaces:
Health
-
Constructor Summary
ConstructorDescriptionHealthImpl
(EmbeddedCacheManager embeddedCacheManager, org.infinispan.registry.InternalCacheRegistry internalCacheRegistry) -
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.
-
Constructor Details
-
HealthImpl
public HealthImpl(EmbeddedCacheManager embeddedCacheManager, org.infinispan.registry.InternalCacheRegistry internalCacheRegistry)
-
-
Method Details
-
getClusterHealth
Description copied from interface:Health
Returns Cluster health.- Specified by:
getClusterHealth
in interfaceHealth
-
getCacheHealth
Description copied from interface:Health
Returns per cache health.- Specified by:
getCacheHealth
in interfaceHealth
-
getCacheHealth
Description copied from interface:Health
Returns per cache health for the provided cache names.- Specified by:
getCacheHealth
in interfaceHealth
- Parameters:
cacheNames
-
-
getHostInfo
Description copied from interface:Health
Gets basic information about the host.- Specified by:
getHostInfo
in interfaceHealth
-