Uses of Enum Class
org.sentrysoftware.metricshub.engine.common.helpers.state.PredictedFailure
Packages that use PredictedFailure
-
Uses of PredictedFailure in org.sentrysoftware.metricshub.engine.common.helpers.state
Methods in org.sentrysoftware.metricshub.engine.common.helpers.state that return PredictedFailureModifier and TypeMethodDescriptionstatic PredictedFailureReturns the enum constant of this class with the specified name.static PredictedFailure[]PredictedFailure.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sentrysoftware.metricshub.engine.common.helpers.state that return types with arguments of type PredictedFailureModifier and TypeMethodDescriptionstatic Optional<PredictedFailure> Interpret the specified state value: {0, ok, false} as OK {1, degraded, 2, failed, true} as FAILURE_PREDICTED