Uses of Class
com.floragunn.signals.watch.state.WatchState
-
Packages that use WatchState Package Description com.floragunn.signals com.floragunn.signals.execution com.floragunn.signals.watch.state -
-
Uses of WatchState in com.floragunn.signals
Methods in com.floragunn.signals that return WatchState Modifier and Type Method Description WatchStateSignalsTenant. getWatchState(String watchId) -
Uses of WatchState in com.floragunn.signals.execution
Constructors in com.floragunn.signals.execution with parameters of type WatchState 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 WatchState in com.floragunn.signals.watch.state
Methods in com.floragunn.signals.watch.state that return WatchState Modifier and Type Method Description static WatchStateWatchState. createFrom(String tenant, com.fasterxml.jackson.databind.JsonNode jsonNode)static WatchStateWatchState. createFromJson(String tenant, String json)WatchStateWatchStateIndexReader. get(String watchId)WatchStateWatchStateManager. getWatchState(String watchId)WatchStateWatchStateManager. peekWatchState(String watchId)Methods in com.floragunn.signals.watch.state that return types with arguments of type WatchState Modifier and Type Method Description Map<String,WatchState>WatchStateManager. add(Map<String,WatchState> watchIdToStateMap, Set<String> additionalWatchIds)Map<String,WatchState>WatchStateIndexReader. get(Collection<String> watchIds)Map<String,WatchState>WatchStateManager. reset(Map<String,WatchState> watchIdToStateMap, Set<String> additionalWatchIds)Methods in com.floragunn.signals.watch.state with parameters of type WatchState Modifier and Type Method Description voidWatchStateIndexWriter. put(String watchId, WatchState watchState)voidWatchStateIndexWriter. put(String watchId, WatchState watchState, org.elasticsearch.action.ActionListener<org.elasticsearch.action.index.IndexResponse> actionListener)voidWatchStateWriter. put(String watchId, WatchState watchState)voidWatchStateWriter. put(String watchId, WatchState watchState, org.elasticsearch.action.ActionListener<Response> actionListener)voidWatchStateIndexWriter. putIfAbsent(String watchId, WatchState watchState)voidWatchStateIndexWriter. putIfAbsent(String watchId, WatchState watchState, org.elasticsearch.action.ActionListener<org.elasticsearch.action.index.IndexResponse> actionListener)Method parameters in com.floragunn.signals.watch.state with type arguments of type WatchState Modifier and Type Method Description Map<String,WatchState>WatchStateManager. add(Map<String,WatchState> watchIdToStateMap, Set<String> additionalWatchIds)voidWatchStateIndexWriter. putAll(Map<String,WatchState> idToStateMap)voidWatchStateWriter. putAll(Map<String,WatchState> idToStateMap)Map<String,WatchState>WatchStateManager. reset(Map<String,WatchState> watchIdToStateMap, Set<String> additionalWatchIds)
-