Enum ExecutionState

java.lang.Object
java.lang.Enum<ExecutionState>
org.elasticsearch.client.watcher.ExecutionState
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ExecutionState>, java.lang.constant.Constable

public enum ExecutionState
extends java.lang.Enum<ExecutionState>
  • Enum Constant Details

    • EXECUTION_NOT_NEEDED

      public static final ExecutionState EXECUTION_NOT_NEEDED
    • THROTTLED

      public static final ExecutionState THROTTLED
    • ACKNOWLEDGED

      public static final ExecutionState ACKNOWLEDGED
    • EXECUTED

      public static final ExecutionState EXECUTED
    • FAILED

      public static final ExecutionState FAILED
    • THREADPOOL_REJECTION

      public static final ExecutionState THREADPOOL_REJECTION
    • NOT_EXECUTED_WATCH_MISSING

      public static final ExecutionState NOT_EXECUTED_WATCH_MISSING
    • NOT_EXECUTED_ALREADY_QUEUED

      public static final ExecutionState NOT_EXECUTED_ALREADY_QUEUED
    • EXECUTED_MULTIPLE_TIMES

      public static final ExecutionState EXECUTED_MULTIPLE_TIMES
  • Method Details

    • values

      public static ExecutionState[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ExecutionState valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
      java.lang.NullPointerException - if the argument is null
    • id

      public java.lang.String id()
    • resolve

      public static ExecutionState resolve​(java.lang.String id)
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Enum<ExecutionState>