Uses of Enum Class
org.sentrysoftware.metricshub.engine.common.helpers.state.LinkStatus
Packages that use LinkStatus
-
Uses of LinkStatus in org.sentrysoftware.metricshub.engine.common.helpers.state
Methods in org.sentrysoftware.metricshub.engine.common.helpers.state that return LinkStatusModifier and TypeMethodDescriptionstatic LinkStatusReturns the enum constant of this class with the specified name.static LinkStatus[]LinkStatus.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 LinkStatusModifier and TypeMethodDescriptionstatic Optional<LinkStatus> Interpret the specified state value: {0, ok, plugged} as Plugged {1, degraded, failed, 2, unplugged} as Unplugged