Package org.infinispan.health
Interface CacheHealth
-
- All Known Implementing Classes:
CacheHealthImpl
public interface CacheHealthCache health information.- Since:
- 9.0
- Author:
- Sebastian Ćaskawiec
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCacheName()Returns Cache name.HealthStatusgetStatus()Returns Cache health status.
-
-
-
Method Detail
-
getCacheName
String getCacheName()
Returns Cache name.
-
getStatus
HealthStatus getStatus()
Returns Cache health status.
-
-