Uses of Class
org.elasticsearch.client.watcher.ExecutionState
-
Packages that use ExecutionState Package Description org.elasticsearch.client.watcher -
-
Uses of ExecutionState in org.elasticsearch.client.watcher
Methods in org.elasticsearch.client.watcher that return ExecutionState Modifier and Type Method Description ExecutionStateWatchStatus. getExecutionState()static ExecutionStateExecutionState. resolve(String id)static ExecutionStateExecutionState. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionState[]ExecutionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.elasticsearch.client.watcher with parameters of type ExecutionState Constructor Description WatchStatus(long version, WatchStatus.State state, ExecutionState executionState, ZonedDateTime lastChecked, ZonedDateTime lastMetCondition, Map<String,ActionStatus> actions, Map<String,String> headers)
-