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 HealthStatusClusterHealth. getHealthStatus()Returns total cluster health.HealthStatusCacheHealth. getStatus()Returns Cache health status.static HealthStatusHealthStatus. valueOf(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.
-