Uses of Class
de.otto.flummi.ClusterHealthStatus
-
Packages that use ClusterHealthStatus Package Description de.otto.flummi -
-
Uses of ClusterHealthStatus in de.otto.flummi
Methods in de.otto.flummi that return ClusterHealthStatus Modifier and Type Method Description ClusterHealthStatusClusterHealthResponse. getStatus()static ClusterHealthStatusClusterHealthStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusterHealthStatus[]ClusterHealthStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.otto.flummi with parameters of type ClusterHealthStatus Constructor Description ClusterHealthResponse(ClusterHealthStatus status, String cluster_name, boolean timed_out)
-