Uses of Class
org.elasticsearch.client.watcher.ExecutionPhase
-
Packages that use ExecutionPhase Package Description org.elasticsearch.client.watcher -
-
Uses of ExecutionPhase in org.elasticsearch.client.watcher
Methods in org.elasticsearch.client.watcher that return ExecutionPhase Modifier and Type Method Description ExecutionPhaseWatchExecutionSnapshot. getPhase()static ExecutionPhaseExecutionPhase. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionPhase[]ExecutionPhase. 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 ExecutionPhase Constructor Description WatchExecutionSnapshot(String watchId, String watchRecordId, org.joda.time.DateTime triggeredTime, org.joda.time.DateTime executionTime, ExecutionPhase phase, String[] executedActions, String[] executionStackTrace)
-