Uses of Interface
com.floragunn.signals.watch.result.WatchLogWriter
-
Packages that use WatchLogWriter Package Description com.floragunn.signals.execution com.floragunn.signals.watch.result -
-
Uses of WatchLogWriter in com.floragunn.signals.execution
Constructors in com.floragunn.signals.execution with parameters of type WatchLogWriter Constructor Description 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) -
Uses of WatchLogWriter in com.floragunn.signals.watch.result
Classes in com.floragunn.signals.watch.result that implement WatchLogWriter Modifier and Type Class Description classCompositeLogWriterclassWatchLogIndexWriterTODO maybe integrate this with scheduler framework? We won't get logs right now if something in the scheduler goes wrong
-