Uses of Class
com.floragunn.signals.watch.result.WatchLog
-
Packages that use WatchLog Package Description com.floragunn.signals.execution com.floragunn.signals.watch.result -
-
Uses of WatchLog in com.floragunn.signals.execution
Methods in com.floragunn.signals.execution that return WatchLog Modifier and Type Method Description WatchLogWatchRunner. execute()WatchLogWatchExecutionException. getWatchLog()Constructors in com.floragunn.signals.execution with parameters of type WatchLog Constructor Description WatchExecutionException(String message, WatchLog watchLog)WatchExecutionException(String message, Throwable cause, WatchLog watchLog)WatchExecutionException(Throwable cause, WatchLog watchLog) -
Uses of WatchLog in com.floragunn.signals.watch.result
Methods in com.floragunn.signals.watch.result that return WatchLog Modifier and Type Method Description static WatchLogWatchLog. parse(String id, com.fasterxml.jackson.databind.JsonNode jsonNode)static WatchLogWatchLog. parse(String id, String json)Methods in com.floragunn.signals.watch.result with parameters of type WatchLog Modifier and Type Method Description voidCompositeLogWriter. put(WatchLog watchLog)voidWatchLogIndexWriter. put(WatchLog watchLog)voidWatchLogWriter. put(WatchLog watchLog)
-