Class NodeState


  • public final class NodeState
    extends com.azure.core.util.ExpandableStringEnum<NodeState>
    Defines values for NodeState.
    • Field Detail

      • NORMAL

        public static final NodeState NORMAL
        Static value Normal for NodeState.
      • LEAVING

        public static final NodeState LEAVING
        Static value Leaving for NodeState.
      • JOINING

        public static final NodeState JOINING
        Static value Joining for NodeState.
      • MOVING

        public static final NodeState MOVING
        Static value Moving for NodeState.
      • STOPPED

        public static final NodeState STOPPED
        Static value Stopped for NodeState.
    • Constructor Detail

      • NodeState

        public NodeState()
    • Method Detail

      • fromString

        public static NodeState fromString​(String name)
        Creates or finds a NodeState from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding NodeState.