Uses of Interface
org.infinispan.health.CacheHealth
-
Packages that use CacheHealth Package Description org.infinispan.health org.infinispan.health.impl -
-
Uses of CacheHealth in org.infinispan.health
Methods in org.infinispan.health that return types with arguments of type CacheHealth Modifier and Type Method Description List<CacheHealth>Health. getCacheHealth()Returns per cache health.List<CacheHealth>Health. getCacheHealth(Set<String> cacheNames)Returns per cache health for the provided cache names. -
Uses of CacheHealth in org.infinispan.health.impl
Methods in org.infinispan.health.impl that return types with arguments of type CacheHealth Modifier and Type Method Description List<CacheHealth>HealthImpl. getCacheHealth()List<CacheHealth>HealthImpl. getCacheHealth(Set<String> cacheNames)
-