Uses of Class
org.infinispan.health.HealthStatus
-
Packages that use HealthStatus Package Description org.infinispan.health -
-
Uses of HealthStatus in org.infinispan.health
Methods in org.infinispan.health that return HealthStatus Modifier and Type Method Description HealthStatus
ClusterHealth. getHealthStatus()
Returns total cluster health.HealthStatus
CacheHealth. getStatus()
Returns Cache health status.static HealthStatus
HealthStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HealthStatus[]
HealthStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-