Package org.infinispan.health
Interface CacheHealth
-
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 java.lang.String
getCacheName()
Returns Cache name.HealthStatus
getStatus()
Returns Cache health status.
-
-
-
Method Detail
-
getCacheName
java.lang.String getCacheName()
Returns Cache name.
-
getStatus
HealthStatus getStatus()
Returns Cache health status.
-
-