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