Uses of Class
com.floragunn.signals.execution.ExecutionEnvironment
-
Packages that use ExecutionEnvironment Package Description com.floragunn.signals.execution -
-
Uses of ExecutionEnvironment in com.floragunn.signals.execution
Methods in com.floragunn.signals.execution that return ExecutionEnvironment Modifier and Type Method Description ExecutionEnvironmentWatchExecutionContext. getExecutionEnvironment()static ExecutionEnvironmentExecutionEnvironment. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionEnvironment[]ExecutionEnvironment. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.floragunn.signals.execution with parameters of type ExecutionEnvironment Constructor Description WatchExecutionContext(org.elasticsearch.client.Client client, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.xcontent.NamedXContentRegistry xContentRegistry, AccountRegistry accountRegistry, ExecutionEnvironment scheduled)WatchExecutionContext(org.elasticsearch.client.Client client, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.xcontent.NamedXContentRegistry xContentRegistry, AccountRegistry accountRegistry, ExecutionEnvironment executionEnvironment, ActionInvocationType actionInvocationType, WatchExecutionContextData contextData)WatchExecutionContext(org.elasticsearch.client.Client client, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.xcontent.NamedXContentRegistry xContentRegistry, AccountRegistry accountRegistry, ExecutionEnvironment executionEnvironment, ActionInvocationType actionInvocationType, WatchExecutionContextData contextData, WatchExecutionContextData resolvedContextData, SimulationMode simulationMode, HttpEndpointWhitelist httpEndpointWhitelist, HttpProxyConfig httpProxyConfig)WatchRunner(Watch watch, org.elasticsearch.client.Client client, AccountRegistry accountRegistry, org.elasticsearch.script.ScriptService scriptService, WatchLogWriter watchLogWriter, WatchStateWriter<?> watchStateWriter, com.floragunn.searchsupport.diag.DiagnosticContext diagnosticContext, WatchState watchState, ExecutionEnvironment executionEnvironment, SimulationMode simulationMode, org.elasticsearch.xcontent.NamedXContentRegistry xContentRegistry, SignalsSettings signalsSettings, String nodeName, GotoCheckSelector checkSelector, NestedValueMap input)
-