Package org.infinispan.health
Interface CacheHealth
- All Superinterfaces:
JsonSerialization
- All Known Implementing Classes:
CacheHealthImpl
Cache health information.
- Since:
- 9.0
- Author:
- Sebastian Ćaskawiec
-
Method Details
-
getCacheName
String getCacheName()Returns Cache name. -
getStatus
HealthStatus getStatus()Returns Cache health status. -
toJson
- Specified by:
toJson
in interfaceJsonSerialization
-